added font awseome localy

This commit is contained in:
2020-10-04 14:18:42 -04:00
parent e7a022cc29
commit 99a17c83ba
7966 changed files with 373350 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix},
.fas,
.far,
.fal,
.fad,
.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;
}