aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/styles/Ace_Name_Regular.ttfbin0 -> 49972 bytes
-rw-r--r--webAO/styles/chatbox/aa.css10
2 files changed, 9 insertions, 1 deletions
diff --git a/webAO/styles/Ace_Name_Regular.ttf b/webAO/styles/Ace_Name_Regular.ttf
new file mode 100644
index 0000000..d5c6e88
--- /dev/null
+++ b/webAO/styles/Ace_Name_Regular.ttf
Binary files differ
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index f0426fd..ad9edc1 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -39,6 +39,13 @@
font-style:normal;
}
+@font-face {
+ font-family:'Ace Name';
+ src: url('../Ace_Name_Regular.ttf');
+ font-weight:normal;
+ font-style:normal;
+}
+
#client_chatcontainer {
display: block;
position: absolute;
@@ -47,7 +54,6 @@
height: 40%;
width: 100%;
filter: none;
- 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 {
@@ -67,6 +73,7 @@
border-width: 0.2em;
border-radius: 0.2em;
z-index: 1;
+ font-family: "Ace Name", "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_inner_name {
@@ -96,6 +103,7 @@
text-align: left;
overflow: hidden;
scroll-behavior: smooth;
+ 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_inner_chat {