무료 한글 폰트 추천

2개 정도 소개한다.

Pretendard

이름도 잘 만드시네, 그만큼 품질도 엄청 좋다

https://cactus.tistory.com/306

그림으로 글자를 살펴보면, 간단하게 위의 페이지에서 캡쳐해봤다. Noto Sans와 비교해서 굵기를 표기한 그림이다.

Suite

고급스런 이름이다. 아래 페이지를 참고하고

웹폰트

스위트라는 한글 폰트, 여러모로 유용하게 쓸 수 있겠다.

사용법은 아래와 같다.

Static

<link href="https://cdn.jsdelivr.net/gh/sunn-us/SUITE/fonts/static/woff2/SUITE.css" rel="stylesheet">

<style>
    * {font-family: 'SUITE', sans-serif;}
</style>

Variable

<link href="https://cdn.jsdelivr.net/gh/sunn-us/SUITE/fonts/variable/woff2/SUITE-Variable.css" rel="stylesheet">

<style>
    * {font-family: 'SUITE Variable', sans-serif;}
</style>