add local copy of fontawesome-free-5.8.1-web
This commit is contained in:
parent
2fb0789e69
commit
25bc0413e0
1603 changed files with 125093 additions and 0 deletions
20
static/fontawesome-free-5.8.1-web/scss/_core.scss
Normal file
20
static/fontawesome-free-5.8.1-web/scss/_core.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue