Skip to content

Commit 8702fbd

Browse files
committed
perf: remove web font entirely
1 parent b9237c3 commit 8702fbd

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

app.vue

-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ useServerHead({
143143
lang: 'en',
144144
},
145145
link: [
146-
{
147-
rel: 'preconnect',
148-
href: 'https://fonts.bunny.net'
149-
},
150146
{
151147
rel: 'canonical',
152148
href: joinURL(`https://page-speed.dev`, domain.value)

nuxt.config.ts

-12
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,6 @@ export default defineNuxtConfig({
5656
apiToken: ''
5757
}
5858
},
59-
unocss: {
60-
webFonts: {
61-
fonts: {
62-
sans: [
63-
{
64-
name: 'Roboto',
65-
provider: 'bunny'
66-
}
67-
],
68-
}
69-
}
70-
},
7159
ogImage: {
7260
defaults: {
7361
cacheMaxAgeSeconds: 60 * 60 * 24

0 commit comments

Comments
 (0)