코딩용 폰트 Hack


https://sourcefoundry.org/hack/

코딩용 폰트

. , ; : 등의 코딩시 구분이 쉽다

설치용 뿐만 아니라 웹에서 쓸수있게 CDN도 제공한다



사용법

1. Add Hack to HTML

Include one of the following in the <head> section of your HTML file:

Basic Latin + Latin-1 Supplement Character Set Character Set

<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css">

Full Character Set

<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.020/css/hack-extended.min.css">

2. Add Hack to CSS

pre, code { font-family: Hack, monospace; }


TAGS.