diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index e46c5e687..0ca8b4480 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -21,8 +21,6 @@
= favicon_link_tag 'favicon.ico'
= stylesheet_link_tag('application', media: 'all', data: { turbo_track: 'reload' })
= javascript_include_tag('application', data: { turbo_track: 'reload' })
- %link{ href: 'https://fonts.googleapis.com/css?family=Open+Sans:400,300', rel: 'stylesheet', type: 'text/css' }
- %link{ href: 'https://fonts.googleapis.com/icon?family=Material+Icons', rel: 'stylesheet', type: 'text/css' }
// this gets any content from page templates
= content_for :head