aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-06-09 21:30:21 +0200
committersD <stoned@derpymail.org>2020-06-09 21:30:21 +0200
commitb8341cfe25eee08b28d9aea92525cfc9ba9eb19c (patch)
treef5902be9bc3727c254304a7f1d738776174bee6d /webAO
parentddb15bc9a918d27c15a2e4d43f6f6cce2154bea1 (diff)
use in AA box
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/aa.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index 157f3ae..2433c29 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -30,12 +30,26 @@
color: #0ff;
}
+/* Webfont CSS setup for Igiari by Caveras */
+
@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';
+ 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-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 {
@@ -46,7 +60,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", "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 {