@font-face {
font-family: 'Goyang';
src: url('./font/Goyang.woff2') format('woff2'),
url('./font/Goyang.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00-D7A3;
}
- 영문 대문자 : U+0041-005A
- 영문 소문자 : U+0061-007A
- 숫자 : U+0030-0039
- 한글 : U+AC00-D7A3
unicode-range 속성에 위 코드를 선택적으로 적용한다. (여럿 적용할때는 쉼표 사용)
그 다음 font-family 를 사용할 때 대체 폰트까지 명시해서 사용한다.