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

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.

View File

@@ -0,0 +1,71 @@
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard GOV.
https://github.com/orioncactus/pretendard
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
font-family: 'Pretendard GOV';
font-weight: 900;
font-display: swap;
src: local('Pretendard GOV Black'), url(PretendardGOV-Black.woff2) format('woff2'), url(PretendardGOV-Black.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 800;
font-display: swap;
src: local('Pretendard GOV ExtraBold'), url(PretendardGOV-ExtraBold.woff2) format('woff2'), url(PretendardGOV-ExtraBold.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 700;
font-display: swap;
src: local('Pretendard GOV Bold'), url(PretendardGOV-Bold.woff2) format('woff2'), url(PretendardGOV-Bold.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 600;
font-display: swap;
src: local('Pretendard GOV SemiBold'), url(PretendardGOV-SemiBold.woff2) format('woff2'), url(PretendardGOV-SemiBold.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 500;
font-display: swap;
src: local('Pretendard GOV Medium'), url(PretendardGOV-Medium.woff2) format('woff2'), url(PretendardGOV-Medium.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 400;
font-display: swap;
src: local('Pretendard GOV Regular'), url(PretendardGOV-Regular.woff2) format('woff2'), url(PretendardGOV-Regular.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 300;
font-display: swap;
src: local('Pretendard GOV Light'), url(PretendardGOV-Light.woff2) format('woff2'), url(PretendardGOV-Light.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 200;
font-display: swap;
src: local('Pretendard GOV ExtraLight'), url(PretendardGOV-ExtraLight.woff2) format('woff2'), url(PretendardGOV-ExtraLight.woff) format('woff');
}
@font-face {
font-family: 'Pretendard GOV';
font-weight: 100;
font-display: swap;
src: local('Pretendard GOV Thin'), url(PretendardGOV-Thin.woff2) format('woff2'), url(PretendardGOV-Thin.woff) format('woff');
}