Skip to content

Commit

Permalink
new sapota
Browse files Browse the repository at this point in the history
  • Loading branch information
junhg0211 committed Feb 25, 2024
1 parent ee5f49e commit 18d771a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@font-face {
font-family: 'SapotaWebfont';
font-family: 'Sapota';
font-weight: regular;
src: url(res/Sapota1.ttf) format('woff');
unicode-range: U+E000-E23F;
src: url(./res/Sapota.woff) format('woff');
unicode-range: U+E000-F8FF;
}

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

0 comments on commit 18d771a

Please sign in to comment.