프로젝트 컴포넌트 추가 및 스타일 수정
This commit is contained in:
parent
ac6d823ae0
commit
980d7a62f5
5 changed files with 88 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
|||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR&family=Noto+Color+Emoji&display=swap');
|
||||
@import "../styles/globals.css";
|
||||
|
||||
@layer base {
|
||||
|
|
@ -18,7 +17,7 @@
|
|||
}
|
||||
|
||||
* {
|
||||
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
|
||||
font-family: 'IBM Plex Sans KR', sans-serif;
|
||||
}
|
||||
|
||||
.font-ntype {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue