aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-11 20:03:24 +0200
committersD <stoned@derpymail.org>2020-08-11 20:03:24 +0200
commitf14084fee703b998137f4bef321776aa4361b74f (patch)
tree1afdf59dce790f34e14aba8e3c76bd63be8dd821
parenta25696fa0969c93391f2ce5dde9a978de45c5582 (diff)
use fixed igiari for classic theme and normal sans font for default theme
-rw-r--r--webAO/styles/classic.css20
-rw-r--r--webAO/styles/default.css2
2 files changed, 4 insertions, 18 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index 87cdda7..90f39bc 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -1,29 +1,15 @@
body {
- 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;
+ font-family: "Igiari Cyrillic", "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:'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-family:'Igiari Cyrillic';
+ src: url('../igiari/igiari-cyrillic.ttf');
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 {
image-rendering: crisp-edges;
image-rendering: pixelated;
diff --git a/webAO/styles/default.css b/webAO/styles/default.css
index ecd2581..0d6fd21 100644
--- a/webAO/styles/default.css
+++ b/webAO/styles/default.css
@@ -1,5 +1,5 @@
body {
- font-family: "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;
+ font-family: sans-serif;
}
img {