티스토리 뷰
@font-face에서 unicode-range로 폰트를 변경하는 방법
영문과 숫자는 Roboto로 나머지 폰트는 Noto Sans KR로 적용
body {font-family:'Roboto' ,'Noto Sans KR', 'sans-serif';}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('※'),
url('../fonts/Roboto-Regular.eot'),
url('../fonts/Roboto-Regular.eot#iefix') format('embedded-opentype')
url('../fonts/Roboto-Regular.woff') format('woff'),
url('../fonts/Roboto-Regular.otf') format('opentype'),
url('../fonts/Roboto-Regular.ttf') format('truetype');
unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}
'WebPublisher > CSS' 카테고리의 다른 글
[css] input[type='file'] 파일 버튼 커스텀하기 (0) | 2024.01.30 |
---|---|
[css] list style decimal에서 온점(point) 없애기 (0) | 2023.12.20 |
[css] text-size-adjust (0) | 2023.12.12 |
[css] shining event (0) | 2023.11.09 |
[css] html 드래그 시 블록처리 컬러 변경하기 (0) | 2023.11.06 |
공지사항