mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 13:42:32 +00:00
Adding Robotic Binary Specific Fonts
This commit is contained in:
@@ -562,7 +562,7 @@
|
||||
|
||||
log_robot("[key_name(speaker)] : [message]")
|
||||
var/message_start = "<i><span class='game say'>[name], <span class='name'>[speaker.name]</span>"
|
||||
var/message_body = "<span class='message'>[speaker.say_quote(message)], \"[message]\"</span></span></i>"
|
||||
var/message_body = "<span class='message'>[speaker.say_quote(message)],</i> <span class='ibm'>\"[message]\"</span></span></span>"
|
||||
|
||||
for(var/mob/M in dead_mob_list)
|
||||
if(!isnewplayer(M) && !isbrain(M))
|
||||
|
||||
@@ -32,7 +32,12 @@ a {color: #0000ff;}
|
||||
a:visited {color: #ff00ff;}
|
||||
a.popt {text-decoration: none;}
|
||||
|
||||
|
||||
/*****************************************
|
||||
*
|
||||
* CUSTOM FONTS
|
||||
*
|
||||
******************************************/
|
||||
@font-face { font-family: PxPlus IBM MDA; src: url('PxPlus_IBM_MDA.ttf'); }
|
||||
/*****************************************
|
||||
*
|
||||
* OUTPUT NOT RELATED TO ACTUAL MESSAGES
|
||||
@@ -301,6 +306,7 @@ h1.alert, h2.alert {color: #000000;}
|
||||
.rose {color: #ff5050;}
|
||||
.sans {font-family: 'Comic Sans MS', cursive, sans-serif;}
|
||||
.wingdings {font-family: Wingdings, Webdings;}
|
||||
.ibm {font-family: 'PxPlus IBM MDA';}
|
||||
.ancient {color: #008B8B; font-stye: italic;}
|
||||
.newscaster {color: #800000;}
|
||||
.mod {color: #735638; font-weight: bold;}
|
||||
|
||||
11
goon/browserassets/css/fonts/LICENSE
Normal file
11
goon/browserassets/css/fonts/LICENSE
Normal file
@@ -0,0 +1,11 @@
|
||||
PxPlus IBM MDA Font (c) by VileR
|
||||
|
||||
email - viler/ΑΤ/int10h/DΟТ/org
|
||||
www - http://int10h.org
|
||||
blog - http://8088mph.blogspot.com
|
||||
|
||||
PxPlus IBM MDA Font is licensed under a
|
||||
Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
|
||||
You should have received a copy of the license along with this
|
||||
work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||
BIN
goon/browserassets/css/fonts/PxPlus_IBM_MDA.ttf
Normal file
BIN
goon/browserassets/css/fonts/PxPlus_IBM_MDA.ttf
Normal file
Binary file not shown.
@@ -8,6 +8,7 @@ var/list/chatResources = list(
|
||||
"goon/browserassets/css/fonts/fontawesome-webfont.svg",
|
||||
"goon/browserassets/css/fonts/fontawesome-webfont.ttf",
|
||||
"goon/browserassets/css/fonts/fontawesome-webfont.woff",
|
||||
"goon/browserassets/css/fonts/PxPlus_IBM_MDA.ttf",
|
||||
"goon/browserassets/css/font-awesome.css",
|
||||
"goon/browserassets/css/browserOutput.css",
|
||||
"goon/browserassets/json/unicode_9_annotations.json"
|
||||
|
||||
Reference in New Issue
Block a user