mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] Port all of /tg/'s fonts and switch maptext to Grand9K (#10751)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1bda1fc87d
commit
e55a9bbf23
@@ -11,3 +11,13 @@
|
||||
"tgui-panel.bundle.js" = file("tgui/public/tgui-panel.bundle.js"),
|
||||
"tgui-panel.bundle.css" = file("tgui/public/tgui-panel.bundle.css"),
|
||||
)
|
||||
|
||||
// Let TGUI use all of our custom fonts
|
||||
/datum/asset/simple/tgui_extra_fonts
|
||||
keep_local_name = TRUE
|
||||
assets = list(
|
||||
"Grand9K_Pixel.ttf" = file("interface/fonts/Grand9K_Pixel.ttf"),
|
||||
"Pixellari.ttf" = file("interface/fonts/Pixellari.ttf"),
|
||||
"TinyUnicode.ttf" = file("interface/fonts/TinyUnicode.ttf"),
|
||||
"VCR_OSD_Mono.ttf" = file("interface/fonts/VCR_OSD_Mono.ttf"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user