Let fonts scale down a bit more; set body font size with a variable
This commit is contained in:
parent
d50d7ab425
commit
e211f7b7f3
1 changed files with 3 additions and 2 deletions
|
@ -33,9 +33,10 @@
|
|||
--font-family-monospace: "Courier New", Courier, monospace;
|
||||
--font-family-heading: Museo_Slab, Tahoma, sans-serif;
|
||||
--font-family-site-heading: Museo_Slab, Tahoma, sans-serif;
|
||||
--font-size-min: 7px;
|
||||
--font-size-min: 6px;
|
||||
--font-size-max: 8px;
|
||||
|
||||
--body-font-size: 2rem;
|
||||
--body-item-spacing: 1em;
|
||||
--body-line-height: 1.4;
|
||||
--body-header-line-height: 1.1;
|
||||
|
@ -129,7 +130,7 @@ blockquote {
|
|||
|
||||
body {
|
||||
color: var(--foreground-body-color);
|
||||
font-size: 2rem;
|
||||
font-size: var(--body-font-size);
|
||||
line-height: var(--body-line-height);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue