change font

This commit is contained in:
2025-10-07 13:53:02 +07:00
parent 36f5508d48
commit 5ce943bbc3
+5 -3
View File
@@ -63,7 +63,9 @@ export default defineNuxtConfig({
{ rel: 'icon', type: 'image/vnd.microsoft.icon', href: '/favicon.ico' }, { rel: 'icon', type: 'image/vnd.microsoft.icon', href: '/favicon.ico' },
// TYPEFACES // TYPEFACES
{ rel: 'preconnect', href: 'https://fonts.thawiang.com/' }, { rel: 'preconnect', href: 'https://fonts.thawiang.com/' },
{ rel: 'stylesheet', href: 'https://fonts.thawiang.com/inter/inter.css' }, // { rel: 'stylesheet', href: 'https://fonts.thawiang.com/inter/inter.css' },
{ rel: 'stylesheet', href: 'https://fonts.thawiang.com/geist/geist.css' },
{ rel: 'stylesheet', href: 'https://fonts.thawiang.com/geist-mono/geist-mono.css' },
{ rel: 'stylesheet', href: 'https://fonts.thawiang.com/sarabun/sarabun.css' }, { rel: 'stylesheet', href: 'https://fonts.thawiang.com/sarabun/sarabun.css' },
{ rel: 'stylesheet', href: 'https://fonts.thawiang.com/noto-serif/noto-serif-less.css' }, { rel: 'stylesheet', href: 'https://fonts.thawiang.com/noto-serif/noto-serif-less.css' },
{ rel: 'stylesheet', href: 'https://fonts.thawiang.com/noto-serif-thai/noto-serif-thai.css' } { rel: 'stylesheet', href: 'https://fonts.thawiang.com/noto-serif-thai/noto-serif-thai.css' }
@@ -83,8 +85,8 @@ export default defineNuxtConfig({
}, },
icon: { icon: {
customCollections: [ customCollections: [
{ prefix: 'oundr', dir: './assets/icons/oundr' }, { prefix: 'oundr', dir: './app/assets/icons/oundr' },
{ prefix: 'arpsh', dir: './assets/icons/arpsh' } { prefix: 'arpsh', dir: './app/assets/icons/arpsh' }
] ]
}, },
content: { content: {