Skip to content

Commit

Permalink
Add TODO as github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 7, 2024
1 parent 71214c1 commit 62abe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/application/_html_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<%= stylesheet_link_tag "tailwind", "data-turbo-track": "reload" %>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<%# TODO: Only load the font weights that we're actually using so that this is faster %>
<%# TODO: #1769 Only load the font weights that we're actually using so that this is faster %>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;500;700;900&display=fallback" rel="stylesheet">
<%= javascript_include_tag "https://unpkg.com/[email protected]/dist/cdn.min.js", defer: true %>
<%= javascript_include_tag "tailwind/application" %>
Expand Down

0 comments on commit 62abe48

Please sign in to comment.