diff options
| author | Christian Cleberg <[email protected]> | 2024-03-22 20:57:02 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-03-22 20:57:02 -0500 |
| commit | b052eec657cfcb8822b7070b0473fe1c6705238c (patch) | |
| tree | ba79c3e22df23cf2ba80211db84eb3aeae80f302 /static/styles.css | |
| parent | 5ffeef50b942decc1f39f5f23eb275158b42971c (diff) | |
| download | org-live-b052eec657cfcb8822b7070b0473fe1c6705238c.tar.gz org-live-b052eec657cfcb8822b7070b0473fe1c6705238c.tar.bz2 org-live-b052eec657cfcb8822b7070b0473fe1c6705238c.zip | |
update font stack
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index 88e476c..b3622d6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -352,9 +352,7 @@ template { /* CUSTOM SITE CSS ========================================================================== */ body { - font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, - segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, - arial, sans-serif; + font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; overflow-x: hidden; margin: 0; padding: 0; |
