feat(list): add header component
This commit is contained in:
parent
74af3655c6
commit
695ce40eca
5 changed files with 54 additions and 14 deletions
|
@ -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
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue