Supports Regular(400), Bold(700), Extra Bold(800), Light(300)
<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 url(https://cdn.jsdelivr.net/gh/PotLid/NanumSquare/nanumsquare.css);
body { font-family: 'NanumSquare', sans-serif; }
.normal { font-weight: 800 }
.bold { font-weight: 700 }
.bolder { font-weight: 400 }
.light { font-weight: 300 }