aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-07-31 21:54:13 +0200
committersD <stoned@derpymail.org>2020-07-31 21:54:13 +0200
commit078c086cd02aa209062e003fac67df3201c4684b (patch)
treeae91c7384d5e31b6e6c80cd0bba209db67e7df85 /webAO/styles
parent2a405b291a6b45f97ebe80c2cf62e96ae6471a44 (diff)
use my new spinoff that has cyrillic instaed of borginian
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/aa.css19
-rw-r--r--webAO/styles/chatbox/chatfuture.css11
-rw-r--r--webAO/styles/igiari/igiari-cyrillic.ttfbin0 -> 181884 bytes
3 files changed, 8 insertions, 22 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index 434c33a..f0426fd 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -33,25 +33,12 @@
/* 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;
- }
-}
-
#client_chatcontainer {
display: block;
position: absolute;
@@ -60,7 +47,7 @@
height: 40%;
width: 100%;
filter: none;
- font-family: "Igiari", "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", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif;
}
#client_name {
diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css
index 7fc704f..ae206b0 100644
--- a/webAO/styles/chatbox/chatfuture.css
+++ b/webAO/styles/chatbox/chatfuture.css
@@ -31,11 +31,10 @@
}
@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 Cyrillic';
+ src: url('../igiari/igiari-cyrillic.ttf');
+ font-weight:normal;
+ font-style:normal;
}
#client_chatcontainer {
@@ -46,7 +45,7 @@
height: 40%;
width: 100%;
filter: none;
- 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 Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif;
}
#client_name {
diff --git a/webAO/styles/igiari/igiari-cyrillic.ttf b/webAO/styles/igiari/igiari-cyrillic.ttf
new file mode 100644
index 0000000..ab653b3
--- /dev/null
+++ b/webAO/styles/igiari/igiari-cyrillic.ttf
Binary files differ