Fix chrome font weight rendering (#2694)
parent
2ce9ab7da0
commit
68639db76f
|
@ -99,6 +99,7 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-ms-overflow-style: scrollbar;
|
-ms-overflow-style: scrollbar;
|
||||||
|
font-synthesis-weight: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove default link styling */
|
/* Remove default link styling */
|
||||||
|
|
|
@ -103,6 +103,7 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-ms-overflow-style: scrollbar;
|
-ms-overflow-style: scrollbar;
|
||||||
|
font-synthesis-weight: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove default link styling */
|
/* Remove default link styling */
|
||||||
|
|
Loading…
Reference in New Issue