diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 16:54:41 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 16:54:41 +0200 |
| commit | 6a317fdbd6080fa867aa065c4360ea56945b9ab1 (patch) | |
| tree | 54be675e38e63efda8d745be5f21ebf193424e27 /webAO/styles/classic.css | |
| parent | 9f3806fed2b99f67a5b38941cd902634f6676d23 (diff) | |
| parent | 82eaeeddb422968a66fb75b16e3451db566c19de (diff) | |
Merge branch 'master' into objection_maker
Diffstat (limited to 'webAO/styles/classic.css')
| -rw-r--r-- | webAO/styles/classic.css | 20 |
1 files changed, 3 insertions, 17 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; |
