fix: word spacing
This commit is contained in:
parent
808dc41374
commit
0a7b3a95a9
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.0.4",
|
||||
"version": "13.0.5",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -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