8000 docs: improve wording · nuxt/fonts@c771e86 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c771e86

Browse files
committed
docs: improve wording
1 parent 8048fb5 commit c771e86

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/pages/index.vue

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { useClipboard } from '@vueuse/core'
33
44
const title = 'Nuxt Fonts: Optimized Custom Web Fonts for your Nuxt Apps'
5-
const description = 'Plug-and-play custom web font optimization and configuration for Nuxt apps. Use and optimize your fonts using your favorite fonts CDN.'
5+
const description = 'Plug-and-play custom web font optimization and configuration for Nuxt apps. Use and optimize your fonts using your favorite font source.'
66
useSeoMeta({
77
titleTemplate: '',
88
title,
@@ -51,7 +51,7 @@ const { copy, copied } = useClipboard({ source })
5151
Custom Web Fonts for <br><span class="text-primary-400">Nuxt Applications</span>
5252
</template>
5353
<template #description>
54-
Plug-and-play fonts optimization for Nuxt apps. Use and optimize your fonts using your favorite fonts CDN.
54+
Plug-and-play fonts optimization for Nuxt apps. Use and optimize your fonts using your favorite font source.
5555
</template>
5656
<template #links>
5757
<UButton
@@ -137,9 +137,8 @@ const { copy, copied } = useClipboard({ source })
137137
Choose your <span class="text-primary-400">favorite provider</span>
138138
</template>
139139
<template #description>
140-
Providers are integrations between Nuxt Fonts and third-party fonts CDN. Each provider is
141-
responsible for downloading and caching fonts from different providers. Nuxt Font can also be configured
142-
to work with any external image transformation service, or to work with custom providers.
140+
Providers are integrations between Nuxt Fonts and third-party font sources. Each provider is
141+
responsible for downloading and caching fonts from different sources. You can use any one of the built-in providers, or write your own.
143142
</template>
144143
<template #links>
145144
<UButton

0 commit comments

Comments
 (0)
0