feat: 글꼴 속성 시험 적용

This commit is contained in:
2021-12-12 12:53:50 +09:00
parent 5e5d2d5c91
commit 83eb58fffa
5 changed files with 34 additions and 10 deletions
+20
View File
@@ -5,3 +5,23 @@ $font-family-sans-serif: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'M
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';
}