mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-11-04 15:55:28 +01:00
Merge pull request #64 from Virtlink/fontawesome-6
Switch to Font Awesome 6 (Free)
This commit is contained in:
@@ -13,12 +13,15 @@
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
||||
font: var(--fa-font-regular);
|
||||
|
||||
> .label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:before {
|
||||
line-height: inherit;
|
||||
content:var(--fa);
|
||||
}
|
||||
|
||||
&.solid {
|
||||
@@ -29,7 +32,7 @@
|
||||
|
||||
&.brands {
|
||||
&:before {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font: var(--fa-font-brands);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user