diff options
| author | sD <stoned@derpymail.org> | 2020-08-11 20:03:24 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-08-11 20:03:24 +0200 |
| commit | f14084fee703b998137f4bef321776aa4361b74f (patch) | |
| tree | 1afdf59dce790f34e14aba8e3c76bd63be8dd821 /webAO/styles/default.css | |
| parent | a25696fa0969c93391f2ce5dde9a978de45c5582 (diff) | |
use fixed igiari for classic theme and normal sans font for default theme
Diffstat (limited to 'webAO/styles/default.css')
| -rw-r--r-- | webAO/styles/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/default.css b/webAO/styles/default.css index ecd2581..0d6fd21 100644 --- a/webAO/styles/default.css +++ b/webAO/styles/default.css @@ -1,5 +1,5 @@ body { - font-family: "Ace Attorney", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi" , sans-serif; + font-family: sans-serif; } img { |
