Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/assets/fonts/Pretendard-Regular.eot
Binary file not shown.
65,284 changes: 0 additions & 65,284 deletions src/assets/fonts/Pretendard-Regular.svg

This file was deleted.

Binary file removed src/assets/fonts/Pretendard-Regular.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Pretendard-Regular.woff
Binary file not shown.
Binary file removed src/assets/fonts/Pretendard-Regular.woff2
Binary file not shown.
17 changes: 5 additions & 12 deletions src/assets/typography.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
body * {
font-family: "Pretendard-Regular";
--el-font-family:"Pretendard-Regular";
@font-face {
font-family: "Pretendard-Regular";
src: url("./fonts/Pretendard-Regular.ttf") format("truetype");
src: url("./fonts/Pretendard-Regular.eot"); /* IE9 Compat Modes */
src: url("./fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/Pretendard-Regular.woff2") format("woff2"), /* Super Modern Browsers */
url("./fonts/Pretendard-Regular.woff") format("woff"), /* Pretty Modern Browsers */
url("./fonts/Pretendard-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
}
font-family: "Pretendard";
font-style: normal;
font-weight: 700;
--el-font-family:"Pretendard";
}

/** 새로 추가된 폰트(!important는 element-plus component에도 적용하기 위해서) */
.cp-text-head-1 {
Comment on lines 1 to 9

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Note: This review was outside of the patch, but no patch was found that overlapped with it. Original lines [22-22]

폰트 굵기를 700으로 변경한 것은 올바른 조치입니다.

-    font-family: "Pretendard";
+    font-family: "Pretendard-Regular";

Expand Down