관리자 헤더와 메뉴 목록 디자인 추가

This commit is contained in:
이진기
2024-11-09 16:50:23 +09:00
parent f78f096af5
commit 84f32cc758
87 changed files with 412 additions and 5473 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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");
}