mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> 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"),
|
|
)
|