fix: word spacing
This commit is contained in:
parent
808dc41374
commit
0a7b3a95a9
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ html {
|
|||
font-family: var(--font-mono);
|
||||
font-size: var(--font-size-base);
|
||||
letter-spacing: -.05rem;
|
||||
word-spacing: -.125rem;
|
||||
line-height: var(--line-height-base);
|
||||
background: var(--background-color);
|
||||
accent-color: var(--accent-color)
|
||||
|
|
Reference in a new issue