Skip to content

Commit bb39e19

Browse files
committed
Remove unnecessary font link that is now part of the main styles
1 parent a0f8f13 commit bb39e19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/views/layouts/_head.html.haml

-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@
77
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
88
= javascript_include_tag 'application', defer: true
99
= stylesheet_link_tag 'application', media: 'all'
10-
- font_url = 'https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Raleway:wght@400;700&family=Voces&display=swap'
11-
%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
12-
= preload_link_tag font_url, rel: 'preload', as: 'style'
13-
= stylesheet_link_tag font_url
1410
= render 'layouts/ga'

0 commit comments

Comments
 (0)