Skip to content

Commit

Permalink
Remove unnecessary font link that is now part of the main styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic-git committed Aug 7, 2024
1 parent a0f8f13 commit bb39e19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/layouts/_head.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
= javascript_include_tag 'application', defer: true
= stylesheet_link_tag 'application', media: 'all'
- font_url = 'https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Raleway:wght@400;700&family=Voces&display=swap'
%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
= preload_link_tag font_url, rel: 'preload', as: 'style'
= stylesheet_link_tag font_url
= render 'layouts/ga'

0 comments on commit bb39e19

Please sign in to comment.