From 74241d9f935158dc113040c3d2c8b3785fdf0f09 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Mon, 22 Apr 2024 05:37:05 -0400 Subject: [PATCH] Add woff(2) to file type icon list (#10833) I noticed the sidebar was using the fallback icons for woff/woff2 webfont files, instead of the font icon: CleanShot 2024-04-22 at 03 01 18@2x With this PR, I'm hoping all those font files would use the A icon instead. Release Notes: - Updated`.woff` & `.woff2` file types in the sidebar to display the font icon. --- assets/icons/file_icons/file_types.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 25aa6c2aa0aa2f166bd38c2a5fc58948536036dc..5a587b02cf69055763a17364ee7f527be7c0cb47 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -161,6 +161,8 @@ "webp": "image", "wma": "audio", "wmv": "video", + "woff": "font", + "woff2": "font", "wv": "audio", "xls": "document", "xlsx": "document",