mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 08:11:08 +00:00
27 lines
651 B
CSS
27 lines
651 B
CSS
|
@font-face {
|
||
|
font-family: 'sow-typicons';
|
||
|
src:url('font/typicons.eot?map0iz');
|
||
|
src:url('font/typicons.eot?#iefixmap0iz') format('embedded-opentype'),
|
||
|
url('font/typicons.woff?map0iz') format('woff'),
|
||
|
url('font/typicons.ttf?map0iz') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.sow-icon-typicons {
|
||
|
font-family: 'sow-typicons';
|
||
|
display: inline-block;
|
||
|
speak: none;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
font-variant: normal;
|
||
|
text-transform: none;
|
||
|
line-height: 1;
|
||
|
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.sow-icon-typicons[data-sow-icon]:before {
|
||
|
content: attr(data-sow-icon);
|
||
|
}
|