From 1415031072076b0106c6360d21bff7691f87395f Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 23:25:36 +0100 Subject: add webfont --- webAO/styles/classic.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 5dbb10c..61ed26d 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -2,6 +2,15 @@ body { font-family: "Ace Attorney", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", "MS Pゴシック", "Tahoma", Sans; } +@font-face {font-family: "Ace Attorney"; + src: url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.eot"); /* IE9*/ + src: url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.woff2") format("woff2"), /* chrome firefox */ + url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.woff") format("woff"), /* chrome firefox */ + url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/ + url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.svg#Ace Attorney") format("svg"); /* iOS 4.1- */ +} + img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; -- cgit