코딩용 폰트 Hack
사용법
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.