New fonts work first iteration

This commit is contained in:
ZomgPonies
2014-02-04 00:54:12 -05:00
parent 3cedb27fe6
commit 172a4dfc51
5 changed files with 10 additions and 4 deletions
+7 -2
View File
@@ -346,6 +346,11 @@
'icons/stamp_icons/large_stamp-rd.png',
'icons/stamp_icons/large_stamp-cap.png',
'icons/stamp_icons/large_stamp-qm.png',
'icons/stamp_icons/large_stamp-law.png'
'icons/stamp_icons/large_stamp-law.png',
)
var/list/extra_resources = list(\
'fonts/interstellarlog.ttf',
'fonts/plasticbag.ttf'
)
+1 -1
View File
@@ -55,7 +55,7 @@
name = "Bubblish"
desc = "Languages of slimes, a mixture of bubbling noises and pops. Almost impossible to speak without mechanical aid for non slime people."
speech_verb = "bubbles and pops"
colour = "skrell"
colour = "slime"
key = "f"
flags = RESTRICTED
+2 -1
View File
@@ -61,9 +61,10 @@ h1.alert, h2.alert {color: #000000;}
.modooc {color: #184880; font-weight: bold;}
.adminmod {color: #402A14; font-weight: bold;}
.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;}