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",
|
"name": "coryd.dev",
|
||||||
"version": "13.0.4",
|
"version": "13.0.5",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -4,6 +4,7 @@ html {
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-base);
|
||||||
letter-spacing: -.05rem;
|
letter-spacing: -.05rem;
|
||||||
|
word-spacing: -.125rem;
|
||||||
line-height: var(--line-height-base);
|
line-height: var(--line-height-base);
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
accent-color: var(--accent-color)
|
accent-color: var(--accent-color)
|
||||||
|
|
Reference in a new issue