스타일세트 설명 :
CSS의 OpenType 기능에 대한 구문
이 기능은 기본 글리프를 다양한 표기 형식으로 대체합니다(예: 열린 원 또는 단색 원, 사각형, 괄호, 다이아몬드 또는 둥근 상자에 배치된 글리프). 주석 양식이 이미 있지만 사용자가 다른 양식
helpx.adobe.com
Pretendard
Pretendard 프리텐다드 Pretendard 프리텐다드 글꼴 다운로드 GitHub에서 보기 system-ui를 대체하는 글꼴 Apple의 system-ui가 익숙한 나로서는 San Francisco와 Apple SD 산돌고딕 Neo가 없는 다른 환경에서 이..
cactus.tistory.com
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css" />
<style>
body{
font-family: 'Pretendard Variable', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
font-size:20px;
font-feature-settings: "ss01";
}
</style>
</head>
<body>
12345678910
</body>
</html>
반응형
'CSS' 카테고리의 다른 글
[CSS] 셀렉트박스 텍스트 가운데정렬 (0) | 2021.04.23 |
---|---|
미디어쿼리 set (0) | 2020.02.26 |
크롬개발시 캐시 때문에 CSS 적용 안될때 (1) | 2017.05.19 |
유튜브 동영상 z-index 문제 (0) | 2015.09.23 |
vertical-align:middle 에 관하여. (0) | 2015.06.05 |