Replaced the bloody writing font (#29882)

* that should do the trick

* well that's gonna conflict with the secret repo for sure

* bloody hell

* tweak
This commit is contained in:
DeityLink
2021-06-26 17:20:27 +02:00
committed by GitHub
parent 51d3281497
commit 7acdfb56f6
6 changed files with 12 additions and 5 deletions

View File

@@ -492,6 +492,8 @@
vote.interface.sendAssets(src)
var/datum/asset/simple/E = new/datum/asset/simple/emoji_list()
send_asset_list(src, E.assets)
var/datum/asset/simple/F = new/datum/asset/simple/other_fonts()
send_asset_list(src, F.assets)
/proc/get_role_desire_str(var/rolepref)
switch(rolepref & ROLEPREF_VALMASK)

View File

@@ -413,6 +413,11 @@
"v4shim.css" = 'html/font-awesome/css/v4-shims.min.css'
)
/datum/asset/simple/other_fonts
assets = list(
"BLOODY.TTF" = 'html/fonts/BLOODY.TTF',
)
/datum/asset/simple/tgui
assets = list(
"tgui.bundle.js" = 'tgui/packages/tgui/public/tgui.bundle.js',