mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-22 12:38:20 +01:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
/datum/asset/simple/tgfont
|
|
assets = list(
|
|
"tgfont.eot" = file("tgui/packages/tgfont/dist/tgfont.eot"),
|
|
"tgfont.woff2" = file("tgui/packages/tgfont/dist/tgfont.woff2"),
|
|
"tgfont.css" = file("tgui/packages/tgfont/dist/tgfont.css"),
|
|
)
|