change from tiktok to noto sans

This commit is contained in:
Techit Thawiang
2025-07-25 17:08:02 +07:00
parent e29bb4a851
commit 720c853b31
2 changed files with 13 additions and 13 deletions
+6 -4
View File
@@ -54,13 +54,15 @@ export default defineNuxtConfig({
viewport: 'width=device-width, initial-scale=1',
link: [
{ rel: 'icon', type: 'image/vnd.microsoft.icon', href: '/favicon.ico' },
// { rel: 'stylesheet', href: '/style.css' },
// TYPEFACES
//{ rel: 'stylesheet', href: '/style.css' },
// { rel: 'stylesheet', href: '/fonts/roboto/roboto.css' },
{ rel: 'stylesheet', href: '/fonts/tiktoksans/tiktoksans.css' },
{ rel: 'stylesheet', href: '/fonts/roboto/mono/mono.css' },
// { rel: 'stylesheet', href: '/fonts/tiktoksans/tiktoksans.css' },
{ rel: 'stylesheet', href: '/fonts/noto/thai/noto+sans.css' },
{ rel: 'stylesheet', href: '/fonts/noto/mono/noto+sans+mono.css' },
// { rel: 'stylesheet', href: '/fonts/roboto/mono/mono.css' },
// { rel: 'stylesheet', href: '/fonts/roboto/serif/serif.css' },
{ rel: 'stylesheet', href: '/fonts/noto/thai/thai.css' },
{ rel: 'stylesheet', href: '/fonts/noto/thai/noto+sans+thai.css' },
],
script: [
//{ src: '/js/ripple.js', type: 'text/javascript', defer: true }