From 33c698fca0bf04a06146a869292d3c3c471832e7 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Thu, 3 Sep 2020 14:09:24 -0700 Subject: [PATCH] Font awesome is no longer a legacy asset (#53370) old goonchat was the only thing that needed this. --- code/modules/asset_cache/asset_list_items.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm index dc1aeb10ed6..08e2937ee39 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -156,7 +156,6 @@ ) /datum/asset/simple/namespaced/fontawesome - legacy = TRUE assets = list( "fa-regular-400.eot" = 'html/font-awesome/webfonts/fa-regular-400.eot', "fa-regular-400.woff" = 'html/font-awesome/webfonts/fa-regular-400.woff',