aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-08-17 20:08:21 +0200
committerGitHub <noreply@github.com>2020-08-17 20:08:21 +0200
commit5e2923522e69fedc2f06a5be6c137f74915d699f (patch)
tree348b69c7e686192010b14232162be33ce14892f2 /webAO/styles
parent089af7e22a00d0e725b38006c5c5f149bda1f759 (diff)
parent80ed593824ea84b0320165ad50598b6811cbbc69 (diff)
Merge branch 'master' into apng_v3
Diffstat (limited to 'webAO/styles')
-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 {