Skip to content

PotLid/NanumSquare

Repository files navigation

NanumSquare

https://hangeul.naver.com/2017/nanum

Demo

Option

Supports Regular(400), Bold(700), Extra Bold(800), Light(300)

How to use

CDN (recommended)

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/PotLid/NanumSquare/nanumsquare.css">
for MIME error (with base url)
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/PotLid/NanumSquare/nanumsquare.css" />

import css

@import url(https://cdn.jsdelivr.net/gh/PotLid/NanumSquare/nanumsquare.css);

Usage

in css file

body		{ font-family: 'NanumSquare', sans-serif; }
.normal		{ font-weight: 800 }
.bold		{ font-weight: 700 }
.bolder		{ font-weight: 400 }
.light		{ font-weight: 300 }

About

NanumSquare Fonts for web-devs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published