From d63de76eef0ff4807712c8e2a2858b0dfa252469 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 24 Sep 2022 08:05:14 +1000 Subject: [PATCH] Fixes D'Rudak'Ar not having oldchat font --- code/stylesheet.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 8cb902a1832..4491e5f8b5f 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -108,6 +108,7 @@ h1.alert, h2.alert {color: #000000;} .birdsongc {color: #CC9900;} .vulpkanin {color: #B97A57;} .tavan {color: #f54298; font-family: Arial} +.drudakar {color: #bb2463; word-spacing:0pt; font-family: "High Tower Text", monospace;} .echosong {color: #826D8C;} .enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;} .daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;}