mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 12:50:29 +01:00
6e3bb1efa0
* clean up flags * wtf? * pass it * . * ... * . * . * fix retrace * . * . * properly build * eh static * . * . --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
/datum/asset/simple/namespaced/tgfont
|
|
assets = list(
|
|
"tgfont.woff2" = file("tgui/packages/tgfont/static/tgfont.woff2"),
|
|
)
|
|
parents = list(
|
|
"tgfont.css" = file("tgui/packages/tgfont/static/tgfont.css"),
|
|
)
|