reduced font size
This commit is contained in:
@@ -142,10 +142,11 @@
|
||||
--anim-curve: cubic-bezier(0.22, 1, 0.36, 1);
|
||||
|
||||
/* fonts */
|
||||
--font-line-height: 1.6rem;
|
||||
--font-line-height: 1.5rem;
|
||||
--font-line-height-mono: 1.4rem;
|
||||
|
||||
--font-sans-serif: 'Bai Jamjuree', 'OpenMoji', sans-serif;
|
||||
--font-size-sans-serif: 1.1rem;
|
||||
--font-size-sans-serif: 1.08rem;
|
||||
|
||||
--font-mono: 'Kode Mono', 'OpenMoji', monospace;
|
||||
--font-size-mono: 0.9em;
|
||||
@@ -184,7 +185,6 @@
|
||||
|
||||
body {
|
||||
font-family: var(--font-sans-serif);
|
||||
font-size: 1.2rem;
|
||||
color: var(--color-text); /* text colour */
|
||||
|
||||
margin: 0;
|
||||
@@ -202,7 +202,7 @@
|
||||
color: var(--color-text);
|
||||
font-size: var(--font-size-sans-serif);
|
||||
line-height: var(--font-line-height);
|
||||
margin: 12px 0;
|
||||
margin: 8px 0;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user