Hack to customize fork awesome
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
fork-awesome-customizer/patcher/css-template.css

40 lines
1.3 KiB

/*!
* Based on Fork Awesome $version, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: '$fontname';
src: url('$fontpath$fontname.eot?v=$version');
src: url('$fontpath$fontname.eot?#iefix&v=$version') format('embedded-opentype'),
url('$fontpath$fontname.woff2?v=$version') format('woff2'),
url('$fontpath$fontname.woff?v=$version') format('woff'),
url('$fontpath$fontname.ttf?v=$version') format('truetype'),
url('$fontpath$fontname.svg?v=$version#$fontname') format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "$fontname";
src: url("$fontpath$fontname.svg#$fontname") format("svg");
}
}
[data-icon]::before { content: attr(data-icon); }
[data-icon]::before, [class^="$prefix"]::before, [class*=" $prefix"]::before {
display: inline-block;
font-family: "$fontname";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
font-size: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}