Change font-weight for font-awesome

This commit is contained in:
Thomas Dehaeze 2020-12-13 22:40:27 +01:00
parent 45a5b34db3
commit 2c1bef2646
3 changed files with 5 additions and 3 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -204,6 +204,7 @@ hr{
visibility:visible;
content:"";
font-family: $fa;
font-weight: 900;
display:inline-block;
}
@ -273,7 +274,7 @@ span[id*='MathJax-Span']{
display:inline-block;
font-family: $fa;
font-style:normal;
font-weight:normal;
font-style:normal;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;

View File

@ -35,6 +35,7 @@ $types: (
&:before{
font-family: $fa;
font-weight: 900;
content: map-get($map, icon);
}
}
@ -52,7 +53,7 @@ $types: (
margin-right: 8px;
font-family: $fa;
display: inline-block;
font-weight: $normal;
font-weight: 900;
line-height: 1;
text-decoration: inherit;
}