aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-26 00:01:13 +0200
committersD <stoned@derpymail.org>2020-08-26 00:01:13 +0200
commit73157e0ef46e959c727c9f8dda9fa66272362a58 (patch)
treecac89b8a2d1a328e8edda5ef41397b27be19325d /webAO
parent395c3178eac98e70137f9c8c45a36825fa4e1ad6 (diff)
use new font for name
Diffstat (limited to 'webAO')
-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 {