From f14084fee703b998137f4bef321776aa4361b74f Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 11 Aug 2020 20:03:24 +0200 Subject: use fixed igiari for classic theme and normal sans font for default theme --- webAO/styles/classic.css | 20 +++----------------- webAO/styles/default.css | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) (limited to 'webAO/styles') 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 { -- cgit