From 234d0b98550ccaef0725fe7889ee6be0e1f076cb Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 7 Feb 2024 22:16:33 +0000 Subject: [PATCH] Reduce the font weights we need to load based on what we're using --- app/views/_tailwind/application/_html_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/application/_html_head.html.erb b/app/views/_tailwind/application/_html_head.html.erb index 7d8394101..3c1d9a7ea 100644 --- a/app/views/_tailwind/application/_html_head.html.erb +++ b/app/views/_tailwind/application/_html_head.html.erb @@ -9,7 +9,7 @@ <%# TODO: #1769 Only load the font weights that we're actually using so that this is faster %> - + <%= javascript_include_tag "https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js", defer: true %> <%= javascript_include_tag "tailwind/application" %> <%# TODO: Remove this once we don't need bugherd anymore (or don't want to pay for it) %>