parksb / vf-distilled

용량을 줄인 가변폰트

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VF Distilled

용량을 줄인 가변 폰트. ASCII 95자, KSC5601 2350자, KS 코드 완성형 한글의 추가 글자 제안 (노민지, 윤민구) 224자, 그리고 여기에 몇 개의 추가 문자를 포함합니다.

  • Noto Sans KR
  • Noto Serif KR
  • Pretendard
  • RobotoMono

akngs/noto-kr-vf-distilled에 curly quotes, 화살표 등 일부 특수문자를 추가한 버전입니다.

@font-face {
  font-family: 'Noto Sans VF Distilled';
  src: url('https://cdn.jsdelivr.net/gh/parksb/cdn@master/font/NotoSansKR/woff2/NotoSansKR-VF-Distilled.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif VF Distilled';
  src: url('https://cdn.jsdelivr.net/gh/parksb/cdn@master/font/NotoSerifKR/woff2/NotoSerifKR-VF-Distilled.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard VF Distilled';
  src: url('https://cdn.jsdelivr.net/gh/parksb/cdn@master/font/Pretendard/woff2/Pretendard-VF-Distilled.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'RobotoMono VF Distilled';
  src: url('https://cdn.jsdelivr.net/gh/parksb/cdn@master/font/RobotoMono/woff2/RobotoMono-VF-Distilled.woff2') format('woff2');
  font-display: swap;
}

About

용량을 줄인 가변폰트

License:SIL Open Font License 1.1


Languages

Language:Python 52.0%Language:HTML 31.7%Language:Makefile 16.3%