Seperator 컴포넌트 추가 및 페이지에서 사용, 스타일 수정

This commit is contained in:
암냥 2025-06-21 01:54:34 +09:00
commit 002b071c72
5 changed files with 213 additions and 118 deletions

View file

@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR&family=Noto+Color+Emoji&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR&family=Noto+Color+Emoji&display=swap');*/
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
@import "../styles/globals.css";
@layer base {
@ -17,7 +18,8 @@
}
* {
font-family: 'IBM Plex Sans KR', sans-serif;
/*font-family: 'IBM Plex Sans KR', sans-serif;*/
font-family: "Wanted Sans Variable", "Wanted Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.font-ntype {