Change font-weight for font-awesome
This commit is contained in:
parent
45a5b34db3
commit
2c1bef2646
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user