Bump to FontAwesome5, add Mastodon link
This commit is contained in:
parent
5aead2c01b
commit
4adc4a90d4
48 changed files with 13731 additions and 36 deletions
20
content/styles/fa/_core.scss
Normal file
20
content/styles/fa/_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