mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-16 00:14:03 +00:00
31 lines
859 B
CSS
31 lines
859 B
CSS
|
|
@font-face {
|
|
font-family: 'sow-fontawesome';
|
|
src: url('font/fontawesome-webfont.eot?v=4.7.0');
|
|
src: url('font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
|
|
url('font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
|
|
url('font/fontawesome-webfont.woff?v=4.7.0') format('woff'),
|
|
url('font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
|
|
url('font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.sow-icon-fontawesome {
|
|
font-family: 'sow-fontawesome';
|
|
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-fontawesome[data-sow-icon]:before {
|
|
content: attr(data-sow-icon);
|
|
}
|