Switch from normalize.css to modern-normalize
This commit is contained in:
+2
-7
@@ -10,23 +10,18 @@ body {
|
||||
color: var(--body-font-color);
|
||||
background: var(--body-background);
|
||||
|
||||
// letter-spacing: 0.33px;
|
||||
font-weight: $body-font-weight;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
box-sizing: border-box;
|
||||
* {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: $body-font-weight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user