mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-26 01:04:36 +00:00
Co-authored-by: Selis <selis@xynolabs.com> Co-authored-by: Selis <sirlionfur@hotmail.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: SatinIsle <thesatinisle@gmail.com> Co-authored-by: Heroman <alesha3000@list.ru> Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
/datum/asset/simple/namespaced/tgfont
|
|
assets = list(
|
|
"tgfont.eot" = file("tgui/packages/tgfont/dist/tgfont.eot"),
|
|
"tgfont.woff2" = file("tgui/packages/tgfont/dist/tgfont.woff2"),
|
|
)
|
|
parents = list(
|
|
"tgfont.css" = file("tgui/packages/tgfont/dist/tgfont.css"),
|
|
)
|