aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-06-12 19:47:40 +0200
committersD <stoned@derpymail.org>2020-06-12 19:47:40 +0200
commitf5cad1ca383e3e705fd9679344d2d5ea62e4c60c (patch)
tree37576019ef38a95167864d05a974d4a21a0776ea
parentb8341cfe25eee08b28d9aea92525cfc9ba9eb19c (diff)
change the font on classic theme too
-rw-r--r--webAO/styles/classic.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index cd445ec..87cdda7 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -1,13 +1,27 @@
body {
- 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-family: "Igiari", "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;
}
+/* Webfont CSS setup for Igiari by Caveras */
+
@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;
+ font-family:'Igiari';
+ src:url('igiari/Igiari.eot');
+ src:url('igiari/Igiari.eot?#iefix') format('embedded-opentype'),
+ url('igiari/Igiari.woff') format('woff'),
+ url('igiari/Igiari.ttf') format('truetype'),
+ url('igiari/Igiari.svg#Igiari') format('svg');
+ font-weight:normal;
+ font-style:normal;
+}
+
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+ @font-face {
+ font-family:'Igiari';
+ src: url('igiari/Igiari.svg') format('svg');
+ font-weight:normal;
+ font-style:normal;
+ }
}
img {