diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-29 18:08:26 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-07-29 18:10:50 +0100 |
commit | 85cb771075c207e389c3dbb61d90055af794cc47 (patch) | |
tree | 1781415218d4b9c0f4c523e28f5d6da69c6953ac | |
parent | 2391984f6793a264dd0c2f1ede4968de0bf7597b (diff) |
Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
-rw-r--r-- | public/css/master.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/css/master.css b/public/css/master.css index bd7fb59..1a6addc 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -162,7 +162,9 @@ nav div a img { } nav div h1 { - font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", + sans-serif; Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-weight: normal; |