if fonts are rendering too fat, though the weight is normal, try this (it's a macOS/iOs thing):
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
if fonts are rendering too fat, though the weight is normal, try this (it's a macOS/iOs thing):
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}