diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-25 22:28:54 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-25 22:28:54 -0500 |
| commit | 2bd6bf30e85166bbd75379ba3e9213cffe28a08f (patch) | |
| tree | c9808facbb51f2c6658957edff2a8f0aad8ed3d0 | |
| parent | c33707f9ae3734cda1c46459bf358db8bf39f48a (diff) | |
monospace
| -rw-r--r-- | zola-static/sass/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola-static/sass/base.scss b/zola-static/sass/base.scss index e775de6..729ebb9 100644 --- a/zola-static/sass/base.scss +++ b/zola-static/sass/base.scss @@ -19,7 +19,7 @@ body { background-color: $background; color: $foreground; - font-family: "Courier New", Courier, monospace; + font-family: monospace; } // general customizations |
