Skip to content

Commit

Permalink
Feat:html 폰트관련 링크추가 및 폰트 관련 css, 파일 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JIS0098 committed Mar 18, 2024
1 parent b27daf5 commit 7581e17
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 28 deletions.
5 changes: 5 additions & 0 deletions co-kkiri/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css" />
<title>co-KKIRI</title>
</head>
<body>
Expand Down
Binary file removed co-kkiri/public/fonts/Pretendard-Bold.woff
Binary file not shown.
Binary file removed co-kkiri/public/fonts/Pretendard-Medium.woff
Binary file not shown.
Binary file removed co-kkiri/public/fonts/Pretendard-Regular.woff
Binary file not shown.
Binary file removed co-kkiri/public/fonts/Pretendard-SemiBold.woff
Binary file not shown.
28 changes: 0 additions & 28 deletions co-kkiri/src/styles/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,6 @@ body {
font-weight: 400;
}
@font-face {
font-family: Pretendard;
font-weight: 400;
font-display: swap;
src: url("../../public/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
font-family: Pretendard;
font-weight: 500;
font-display: swap;
src: url("../../public/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
font-family: Pretendard;
font-weight: 600;
font-display: swap;
src: url("../../public/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
font-family: Pretendard;
font-weight: 700;
font-display: swap;
src: url("../../public/fonts/Pretendard-Bold.woff") format("woff");
}
`;

export default GlobalStyles;

0 comments on commit 7581e17

Please sign in to comment.