diff --git a/index.css b/index.css index e961647..6ff401b 100644 --- a/index.css +++ b/index.css @@ -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; diff --git a/res/Sapota1.ttf b/res/Sapota.ttf similarity index 66% rename from res/Sapota1.ttf rename to res/Sapota.ttf index 60d25b0..34be174 100644 Binary files a/res/Sapota1.ttf and b/res/Sapota.ttf differ diff --git a/res/Sapota.woff b/res/Sapota.woff new file mode 100644 index 0000000..153089c Binary files /dev/null and b/res/Sapota.woff differ diff --git a/res/Sapota1.woff b/res/Sapota1.woff deleted file mode 100644 index da4c2f1..0000000 Binary files a/res/Sapota1.woff and /dev/null differ