Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions code/modules/asset_cache/asset_cache_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@

/datum/asset/simple/namespaced/fontawesome
assets = list(
"fa-regular-400.ttf" = 'html/font-awesome/webfonts/fa-regular-400.ttf',
"fa-solid-900.ttf" = 'html/font-awesome/webfonts/fa-solid-900.ttf',
"fa-v4compatibility.ttf" = 'html/font-awesome/webfonts/fa-v4compatibility.ttf',
"v4shim.css" = 'html/font-awesome/css/v4-shims.min.css',
"fa-regular-400.woff2" = 'html/font-awesome/webfonts/fa-regular-400.woff2',
"fa-solid-900.woff2" = 'html/font-awesome/webfonts/fa-solid-900.woff2',
)
parents = list("font-awesome.css" = 'html/font-awesome/css/all.min.css')

Expand Down
8 changes: 6 additions & 2 deletions html/font-awesome/css/all.min.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions html/font-awesome/css/v4-shims.min.css

This file was deleted.

Binary file removed html/font-awesome/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added html/font-awesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file removed html/font-awesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added html/font-awesome/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file removed html/font-awesome/webfonts/fa-v4compatibility.ttf
Binary file not shown.