mirror of https://github.com/status-im/consul.git
drop out unused font
This commit is contained in:
parent
bcca066d80
commit
7f5a1223f6
|
@ -30,12 +30,6 @@ function App({ Component, pageProps }) {
|
||||||
siteName="Consul by HashiCorp"
|
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."
|
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"
|
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' }]}
|
icon={[{ href: '/favicon.ico' }]}
|
||||||
preload={[
|
preload={[
|
||||||
{ href: '/fonts/klavika/medium.woff2', as: 'font' },
|
{ href: '/fonts/klavika/medium.woff2', as: 'font' },
|
||||||
|
|
Loading…
Reference in New Issue