Skip to content

Commit 0b86695

Browse files
committed
Broken font shit?
1 parent f6fd5b4 commit 0b86695

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

Diff for: code/modules/client/client procs.dm

+3-2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351

352352

353353
var/list/extra_resources = list(\
354-
'fonts/interstellarlog.ttf',
355-
'fonts/plasticbag.ttf'
354+
'fonts/slime.ttf',
355+
'fonts/skrell.ttf',
356+
'fonts/binary.ttf'
356357
)

Diff for: code/stylesheet.dm

+7-1
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,23 @@ h1.alert, h2.alert {color: #000000;}
5454
.notice {color: #000099;}
5555
.suicide {color: #ff5050; font-style: italic;}
5656

57-
.alien {color: #543354;}
57+
5858
.newscaster {color: #800000;}
5959

6060
.mod {color: #735638; font-weight: bold;}
6161
.modooc {color: #184880; font-weight: bold;}
6262
.adminmod {color: #402A14; font-weight: bold;}
63+
64+
.alien {color: #543354;}
6365
.tajaran {color: #803B56;}
6466
.soghun {color: #228B22;}
6567
.vox {color: #AA00AA;}
6668
.slime {font-family: \"001 Interstellar Log\", Verdana, sans-serif;}
6769
.skrell {font-family: \"Plastic Bag\", Verdana, sans-serif;}
70+
71+
72+
73+
6874
.say_quote {font-family: Georgia, Verdana, sans-serif;}
6975

7076
.interface {color: #330033;}

Diff for: fonts/binary.ttf

71.3 KB
Binary file not shown.

Diff for: fonts/plasticbag.ttf renamed to fonts/skrell.ttf

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)