mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
hotfix for consistent fonts across all text elements
This commit is contained in:
parent
a93b498e9b
commit
9a37db6b0b
@ -45,6 +45,9 @@ ul,
|
|||||||
fill: var(--darkgray);
|
fill: var(--darkgray);
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
letter-spacing: -0.03em;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.math {
|
.math {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user