aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/classic.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-12 23:25:36 +0100
committersD <stoned@derpymail.org>2020-02-12 23:25:36 +0100
commit1415031072076b0106c6360d21bff7691f87395f (patch)
treeb3a4a5b4838c4f2b4ceb818fd3e03d8079d955cc /webAO/styles/classic.css
parent5d0414a10b1bf032a1599f6c8301c35b14fbe0d1 (diff)
add webfont
Diffstat (limited to 'webAO/styles/classic.css')
-rw-r--r--webAO/styles/classic.css9
1 files changed, 9 insertions, 0 deletions
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;