From c141d4ed9e7133502419aabe488e44e69d433446 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 12 Jun 2020 15:23:44 -0400 Subject: [PATCH] drop 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 6e2aa16f1..59a88576e 100644 --- a/website/pages/_app.js +++ b/website/pages/_app.js @@ -30,12 +30,6 @@ function App({ Component, pageProps }) { description="Vagrant enables users to create and configure lightweight, reproducible, and portable development environments." image="https://www.vagrantup.com/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' },