Switch from normalize.css to modern-normalize

This commit is contained in:
Alex Shpak
2025-08-25 23:49:46 +02:00
parent 80da168330
commit c339499bac
5 changed files with 134 additions and 286 deletions
+2 -7
View File
@@ -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;
}