We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12aced1 commit 2ed7887Copy full SHA for 2ed7887
nuxt.config.js
@@ -29,6 +29,8 @@ module.exports = {
29
{ hid: 'og:url', property: 'og:url', content: 'https://covid-worldwide.herokuapp.com' }
30
],
31
link: [
32
+ { rel: 'preconnect', href: 'https://www.google-analytics.com' },
33
+ { rel: 'preconnect', href: 'https://fonts.gstatic.com' },
34
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
35
]
36
},
static/font.js
@@ -1,5 +1,7 @@
1
WebFontConfig = {
2
- google: { families: [ 'Roboto:300,400,700' ] }
+ google: {
3
+ families: ['Roboto:300,400,700&display=swap']
4
+ }
5
}
6
;(function(){
7
var wf = document.createElement('script')
0 commit comments