Skip to content

Commit

Permalink
update zemin font
Browse files Browse the repository at this point in the history
  • Loading branch information
junhg0211 committed Dec 9, 2023
1 parent 3d22b01 commit 47da254
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
@font-face {
font-family: 'SapotaZemin';
font-family: 'SapotaWebfont';
font-weight: regular;
src: url(res/SapotaZemin.otf) format('woff');
unicode-range: U+E000-E0BF;
}

@font-face {
font-family: 'SapotaZemin';
font-weight: bold;
src: url(res/SapotaZemin-Bold.otf) format('woff');
unicode-range: U+E000-E0BF;
}

@font-face {
font-family: 'Sapota';
font-weight: regular;
src: url(res/Sapota1.otf) format('woff');
src: url(res/Sapota1.ttf) format('woff');
unicode-range: U+E000-E23F;
}


textarea {
font-family: 'Sapota', 'SapotaZemin', 'Pretendard', sans-serif !important;
font-family: 'SapotaWebfont', 'Pretendard', sans-serif !important;
width: 100%;
height: 10rem;
font-size: 1.4rem;
Expand Down
Binary file removed res/Sapota1.otf
Binary file not shown.
Binary file added res/Sapota1.ttf
Binary file not shown.
Binary file modified res/Sapota1.woff
Binary file not shown.
Binary file removed res/SapotaZemin-Bold.otf
Binary file not shown.
Binary file removed res/SapotaZemin.otf
Binary file not shown.

0 comments on commit 47da254

Please sign in to comment.