diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index cefa46447c7..742becd92f7 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -351,6 +351,7 @@ var/list/extra_resources = list(\ - 'fonts/interstellarlog.ttf', - 'fonts/plasticbag.ttf' + 'fonts/slime.ttf', + 'fonts/skrell.ttf', + 'fonts/binary.ttf' ) \ No newline at end of file diff --git a/code/stylesheet.dm b/code/stylesheet.dm index d52ee3e95f0..0402d58e0fb 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -54,17 +54,23 @@ h1.alert, h2.alert {color: #000000;} .notice {color: #000099;} .suicide {color: #ff5050; font-style: italic;} -.alien {color: #543354;} + .newscaster {color: #800000;} .mod {color: #735638; font-weight: bold;} .modooc {color: #184880; font-weight: bold;} .adminmod {color: #402A14; font-weight: bold;} + +.alien {color: #543354;} .tajaran {color: #803B56;} .soghun {color: #228B22;} .vox {color: #AA00AA;} .slime {font-family: \"001 Interstellar Log\", Verdana, sans-serif;} .skrell {font-family: \"Plastic Bag\", Verdana, sans-serif;} + + + + .say_quote {font-family: Georgia, Verdana, sans-serif;} .interface {color: #330033;} diff --git a/fonts/binary.ttf b/fonts/binary.ttf new file mode 100644 index 00000000000..16c1059dd47 Binary files /dev/null and b/fonts/binary.ttf differ diff --git a/fonts/plasticbag.ttf b/fonts/skrell.ttf similarity index 100% rename from fonts/plasticbag.ttf rename to fonts/skrell.ttf diff --git a/fonts/interstellarlog.ttf b/fonts/slime.ttf similarity index 100% rename from fonts/interstellarlog.ttf rename to fonts/slime.ttf