🐛 Fix font compieling errors

This commit is contained in:
LittleSheep 2025-01-24 17:43:16 +08:00
parent 5f07990ff2
commit dad48b7a60
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export interface TimeDiff {
const serifFont = Noto_Serif_TC({
weight: ['400', '500', '700'],
subsets: ['latin'],
display: 'swap',
})

View File

@ -5,6 +5,7 @@ import { useState } from 'react'
const serifFont = Noto_Serif_TC({
weight: ['400', '500', '700'],
subsets: ['latin'],
display: 'swap',
})