From 7f5a1223f6ef3a97364d5a7b9ff031320b06a04d Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 12 Jun 2020 15:22:51 -0400 Subject: [PATCH] drop out unused font --- website/pages/_app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/pages/_app.js b/website/pages/_app.js index 2fd6d2d2ba..c7b6b56ca6 100644 --- a/website/pages/_app.js +++ b/website/pages/_app.js @@ -30,12 +30,6 @@ function App({ Component, pageProps }) { siteName="Consul by HashiCorp" description="Consul is a service networking solution to automate network configurations, discover services, and enable secure connectivity across any cloud or runtime." image="https://www.consul.io/img/og-image.png" - stylesheet={[ - { - href: - 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap', - }, - ]} icon={[{ href: '/favicon.ico' }]} preload={[ { href: '/fonts/klavika/medium.woff2', as: 'font' },