Reduce Walker config to overrides + adhere to system font (#620)

* Reduce to only have overrides

* Change font to pick up system font

* Add migration

* Add walker restart to pick up new font
This commit is contained in:
Ryan Hughes
2025-08-10 18:40:31 +02:00
committed by GitHub
parent dfe7ea24b3
commit 94aa9b688f
4 changed files with 11 additions and 203 deletions

View File

@@ -22,7 +22,7 @@ slider,
}
* {
font-family: 'CaskaydiaMono Nerd Font', monospace;
font-family: monospace;
font-size: 18px;
}