This commit is contained in:
2022-07-09 18:54:20 +09:00
parent e0569525a2
commit 534be03539
29 changed files with 3918 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
$font-family-sans-serif: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
html, body {
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
}
.f_tnum{
//고정폭 숫자
font-feature-settings: 'tnum';
}
.f_ccmp{
//합성 문자
font-feature-settings: 'ccmp';
}
.f_frac{
//분수 및 첨자
font-feature-settings: 'frac';
}
.f_ss05{
//한글에 맞춘 줄임표(비표준)
font-feature-settings: 'ss05';
}