Try to fix font flickering
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 57s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 57s
This commit is contained in:
parent
57902cec62
commit
0751d271be
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
head: [
|
head: [
|
||||||
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
|
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
|
||||||
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto+Mono:ital,wght@0,400;0,600;1,400&display=swap' }],
|
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto+Mono:ital,wght@0,400;0,600;1,400&display=block' }],
|
||||||
['link', { rel: 'manifest', href: '/site.webmanifest' }],
|
['link', { rel: 'manifest', href: '/site.webmanifest' }],
|
||||||
['link', { rel: 'alternate', type: "text/mf2+html", href: '/changelog' }],
|
['link', { rel: 'alternate', type: "text/mf2+html", href: '/changelog' }],
|
||||||
['link', { rel: 'alternate', type: "application/rss+xml", title: 'Changelog', href: '/changelog/rss' }],
|
['link', { rel: 'alternate', type: "application/rss+xml", title: 'Changelog', href: '/changelog/rss' }],
|
||||||
|
|
Loading…
Reference in a new issue