fimfic2epub/src/style/icons.styl
2018-03-12 22:07:11 +01:00

21 lines
449 B
Stylus

// Font Awesome icons!
@font-face {
font-family: 'FontAwesome';
src: url('../Fonts/fontawesome-webfont-subset.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}