MAJ font-awesome
All checks were successful

This commit is contained in:
nyanloutre 2019-07-14 11:47:10 +02:00
parent 7688d1d8d9
commit 8515c71261
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
1624 changed files with 126715 additions and 1671 deletions

View file

@ -1,12 +1,20 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix} {
display: inline-block;
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
.#{$fa-css-prefix},
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
%fa-icon {
@include fa-icon;
}