add local copy of fontawesome-free-5.8.1-web

This commit is contained in:
Christoph Cullmann 2019-04-07 16:31:29 +02:00
parent 2fb0789e69
commit 25bc0413e0
1603 changed files with 125093 additions and 0 deletions

View file

@ -0,0 +1,20 @@
// Base Class Definition
// -------------------------
.#{$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;
}