mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-16 02:25:55 +01:00
c7b6c3e42b
This reverts commit f6d0f62622.
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"),
|
|
)
|