diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-03-16 18:55:50 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-16 18:55:50 -0400 |
commit | 2bc41fc03a5494746373fefecd4ebbd68fa3e33c (patch) | |
tree | ce2a42b0242edde7a2bf3c77b00323ef68f0ba0b | |
parent | 4d22d938da251ab5441be0be4bb9d4216a5bde39 (diff) | |
download | based.cooking-2bc41fc03a5494746373fefecd4ebbd68fa3e33c.tar based.cooking-2bc41fc03a5494746373fefecd4ebbd68fa3e33c.tar.gz based.cooking-2bc41fc03a5494746373fefecd4ebbd68fa3e33c.tar.lz based.cooking-2bc41fc03a5494746373fefecd4ebbd68fa3e33c.tar.xz based.cooking-2bc41fc03a5494746373fefecd4ebbd68fa3e33c.zip |
sans-serif enforced, close #196
-rw-r--r-- | data/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index 5c9d1c259..6590ae606 100644 --- a/data/style.css +++ b/data/style.css @@ -3,6 +3,7 @@ body { margin: auto ; padding: 0 16px ; margin-bottom: 500px ; + font-family: sans-serif ; } h1 { |