feat(list): add header component

This commit is contained in:
Kim, Jimin 2025-03-20 20:49:30 +09:00
parent 74af3655c6
commit 695ce40eca
Signed by: pomp
GPG key ID: D3932F82A0667A3B
5 changed files with 54 additions and 14 deletions

View file

@ -31,7 +31,17 @@ export default defineNuxtConfig({
// https://google-fonts.nuxtjs.org/getting-started/options
googleFonts: {
families: {
"Noto Sans KR": true,
"Noto Sans KR": [
// 100, // thin
// 200, // extralight
// 300, // light
400, // normal
// 500, // medium
600, // semibold
// 700, // bold
800, // extrabold
// 900, // black
],
},
},