diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm index e32fcee639..871d62e27a 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -166,6 +166,13 @@ ) parents = list("font-awesome.css" = 'html/font-awesome/css/all.min.css') +/datum/asset/simple/namespaced/tgfont + assets = list( + "tgfont.eot" = 'tgui/packages/tgfont/dist/tgfont.eot', + "tgfont.woff2" = 'tgui/packages/tgfont/dist/tgfont.woff2', + ) + parents = list("tgfont.css" = 'tgui/packages/tgfont/dist/tgfont.css') + /datum/asset/spritesheet/chat name = "chat"