[CSS - font] unicode-range
@font-face {
font-family: "NotoSansKR";
src: url("./asset/NotoSans-Regular.woff") format("woff");
font-style: normal;
}
@font-face {
font-family: "NotoSansKR";
src: url("./asset/OpenSans-Regular.woff") format("woff");
unicode-range: U+0020-007E;
font-style: normal;
}
기본폰트를 NotoSans-Regular를 적용하고
영문과 숫자(U+0020-007E) 부분에 OpenSans-Regular 폰트를 적용하는 방법