Neighbourhood.omg.lol/wwwroot/css/lol/icons/omg.lol-icons.css

36 lines
749 B
CSS
Raw Normal View History

2024-05-30 01:06:08 +00:00
/* omg.lol Icon Type */
@import url('/css/lol/icons/omg.lol-glyphs.css');
@font-face {
font-family: 'omg.lol Icons';
font-style: normal;
font-weight: 900;
font-display: block;
src: url('/css/lol/icons/omg.lol-icons.woff2') format('woff2');
}
.omg-icon {
font-family: 'omg.lol Icons';
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}
.omg-li {
left: calc(var(--omg-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--omg-li-width, 2em);
line-height: inherit;
}
:root, :host {
--omg-font-regular: normal 900 1em/1 'omg.lol Icons';
}