diff options
| author | sD <stoned@derpymail.org> | 2020-03-05 17:16:03 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-05 17:16:03 +0100 |
| commit | 19f4459f1944c192580acc2fa81bcf06d94603de (patch) | |
| tree | 2dc96b0ede67d9ab24ad6f347aa811872cc4e482 /webAO | |
| parent | 8623879bd5a6e124ea44875a3caeab8df239f309 (diff) | |
use webfont, fallback to PGothic
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/classic.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 3dfa854..aea5b34 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -1,5 +1,13 @@ body { - font-family: "Ace Attorney", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", "MS Pゴシック", "Tahoma", Sans; + font-family: "Ace Attorney", "ace_attorneyregular", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi" , sans-serif; +} + +@font-face { + font-family: 'ace_attorneyregular'; + src: url('ace-attorney.woff2') format('woff2'), + url('ace-attorney.woff') format('woff'); + font-weight: normal; + font-style: normal; } img { |
