diff options
author | mms <michal@sapka.me> | 2024-07-29 01:29:37 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-29 01:33:05 +0200 |
commit | 36dd30983cb9665369260e7cedb1db851dacc0c8 (patch) | |
tree | 130b443ea033a852ec16eafae9d0cd1f28dcb251 /layouts | |
parent | e59e7ca86ebac4cb1b738c73326a92020bdf883c (diff) |
feat(blog): no drm
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/blog/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 689bb61..55001af 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -55,7 +55,7 @@ color: var(--text-color); background-attachment: fixed; max-width: 98%; - font-family: helvetica; + font-family: serif; font-size: 1em; } a { |