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;
|
visibility:visible;
|
||||||
content:"";
|
content:"";
|
||||||
font-family: $fa;
|
font-family: $fa;
|
||||||
|
font-weight: 900;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -273,7 +274,7 @@ span[id*='MathJax-Span']{
|
|||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-family: $fa;
|
font-family: $fa;
|
||||||
font-style:normal;
|
font-style:normal;
|
||||||
font-weight:normal;
|
font-style:normal;
|
||||||
line-height:1;
|
line-height:1;
|
||||||
-webkit-font-smoothing:antialiased;
|
-webkit-font-smoothing:antialiased;
|
||||||
-moz-osx-font-smoothing:grayscale;
|
-moz-osx-font-smoothing:grayscale;
|
||||||
|
@ -35,6 +35,7 @@ $types: (
|
|||||||
|
|
||||||
&:before{
|
&:before{
|
||||||
font-family: $fa;
|
font-family: $fa;
|
||||||
|
font-weight: 900;
|
||||||
content: map-get($map, icon);
|
content: map-get($map, icon);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -52,7 +53,7 @@ $types: (
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
font-family: $fa;
|
font-family: $fa;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: $normal;
|
font-weight: 900;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user