관리자 헤더와 메뉴 목록 디자인 추가
This commit is contained in:
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Black.woff2
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Bold.woff2
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-DemiLight.woff2
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Light.woff2
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Medium.woff2
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Regular.woff2
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.eot
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.eot
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.otf
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.otf
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.woff
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.woff
Normal file
Binary file not shown.
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.woff2
Normal file
BIN
nuxt/assets/font/NotoSans/NotoSans-Thin.woff2
Normal file
Binary file not shown.
69
nuxt/assets/font/NotoSans/font.css
Normal file
69
nuxt/assets/font/NotoSans/font.css
Normal file
@@ -0,0 +1,69 @@
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-Thin.eot?") format("eot"),
|
||||
url("NotoSans-Thin.otf") format("opentype"),
|
||||
url("NotoSans-Thin.woff") format("woff"),
|
||||
url("NotoSans-Thin.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-Light.eot?") format("eot"),
|
||||
url("NotoSans-Light.otf") format("opentype"),
|
||||
url("NotoSans-Light.woff") format("woff"),
|
||||
url("NotoSans-Light.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-DemiLight.eot?") format("eot"),
|
||||
url("NotoSans-DemiLight.otf") format("opentype"),
|
||||
url("NotoSans-DemiLight.woff") format("woff"),
|
||||
url("NotoSans-DemiLight.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-Regular.eot?") format("eot"),
|
||||
url("NotoSans-Regular.otf") format("opentype"),
|
||||
url("NotoSans-Regular.woff") format("woff"),
|
||||
url("NotoSans-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-Medium.eot?") format("eot"),
|
||||
url("NotoSans-Medium.otf") format("opentype"),
|
||||
url("NotoSans-Medium.woff") format("woff"),
|
||||
url("NotoSans-Medium.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-Black.eot?") format("eot"),
|
||||
url("NotoSans-Black.otf") format("opentype"),
|
||||
url("NotoSans-Black.woff") format("woff"),
|
||||
url("NotoSans-Black.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Noto Sans Korean";
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: url("NotoSans-Bold.eot?") format("eot"),
|
||||
url("NotoSans-Bold.otf") format("opentype"),
|
||||
url("NotoSans-Bold.woff") format("woff"),
|
||||
url("NotoSans-Bold.woff2") format("woff2");
|
||||
}
|
||||
Reference in New Issue
Block a user