diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index db856725acf..83e2f4d5466 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -347,5 +347,10 @@ 'icons/stamp_icons/large_stamp-cap.png', 'icons/stamp_icons/large_stamp-qm.png', 'icons/stamp_icons/large_stamp-law.png' - ) + +var/list/extra_resources = list(\ + 'fonts/slime.ttf', + 'fonts/skrell.ttf', + 'fonts/binary.ttf' + ) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index bd8bd4f2c31..7a8099681ac 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -54,16 +54,22 @@ 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;} .skrell {color: #00CED1;} .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/skrell.ttf b/fonts/skrell.ttf new file mode 100644 index 00000000000..7df455719e3 Binary files /dev/null and b/fonts/skrell.ttf differ diff --git a/fonts/slime.ttf b/fonts/slime.ttf new file mode 100644 index 00000000000..2f8b9da9bbc Binary files /dev/null and b/fonts/slime.ttf differ