Make base font size base on rem units for a11y
This commit is contained in:
@@ -126,7 +126,7 @@ @layer utilities {
|
|||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
--font-sans: system-ui, sans-serif;
|
--font-sans: system-ui, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 1rem;
|
||||||
background-color: var(--main-background);
|
background-color: var(--main-background);
|
||||||
letter-spacing: 0.006em;
|
letter-spacing: 0.006em;
|
||||||
}
|
}
|
||||||
@@ -135,7 +135,7 @@ @layer utilities {
|
|||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
font-size: 16px;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user