From 19f4459f1944c192580acc2fa81bcf06d94603de Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 5 Mar 2020 17:16:03 +0100 Subject: use webfont, fallback to PGothic --- webAO/styles/classic.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'webAO/styles') 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 { -- cgit