File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111### 나눔바른고딕
1212HTML 문서에 적용:
1313``` html
14- <link href =" //fonts.googleapis .com/earlyaccess /NanumBarunGothic.min.css" rel =" stylesheet" type =" text/css" />
14+ <link href =" https://raw.githubusercontent .com/buppagi/webfonts/master/css /NanumBarunGothic.min.css" rel =" stylesheet" type =" text/css" />
1515```
1616CSS:
1717``` css
2121### 나눔스퀘어라운드
2222HTML 적용
2323``` html
24- <link href =" //fonts.googleapis .com/earlyaccess /NanumSquareRound.min.css" rel =" stylesheet" type =" text/css" />
24+ <link href =" https://raw.githubusercontent .com/buppagi/webfonts/master/css /NanumSquareRound.min.css" rel =" stylesheet" type =" text/css" />
2525```
2626CSS:
2727``` css
5656### 배민 한나체 Pro
5757HTML:
5858``` html
59- <link href =" https://cdn.jsdelivr.net/gh/ buppagi/webfonts/css/BMHANNAPro.min.css" rel =" stylesheet" type =" text/css" />
59+ <link href =" https://raw.githubusercontent.com/ buppagi/webfonts/master /css/BMHANNAPro.min.css" rel =" stylesheet" type =" text/css" />
6060```
6161### 배민 한나체 Air
6262HTML:
6363``` html
64- <link href =" https://cdn.jsdelivr.net/gh/ buppagi/webfonts/css/BMHANNAAir.min.css" rel =" stylesheet" type =" text/css" />
64+ <link href =" https://raw.githubusercontent.com/ buppagi/webfonts/master /css/BMHANNAAir.min.css" rel =" stylesheet" type =" text/css" />
6565```
6666
6767## 웹폰트 모두 사용하기
6868소개한 웹폰트를 모두 사용하시려면 ** styles.css** 를 사용하시면 됩니다.
6969
7070HTML:
7171``` html
72- <link href =" https://cdn.jsdelivr.net/gh/ buppagi/webfonts/css/styles.min.css" rel =" stylesheet" type =" text/css" />
72+ <link href =" https://raw.githubusercontent.com/ buppagi/webfonts/master /css/styles.min.css" rel =" stylesheet" type =" text/css" />
7373```
7474
7575** @import 사용**
7676CSS파일 및 `` <head> `` 안의 스타일 시트에 아래 코드를 넣으면 됩니다.
7777``` css
78- @import url (' https://cdn.jsdelivr.net/gh/ buppagi/webfonts/css/style.min.css' );
78+ @import url (' https://raw.githubusercontent.com/ buppagi/webfonts/master /css/style.min.css' );
7979
8080/* 폰트를 적용하려면 폰트 이름을 적용하길 원하는 CSS에 다음과 같이 추가하면 됩니다. */
8181.font {font-family : ' NanumBarunGothic' , ' 나눔바른고딕' , sans-serif ;}
You can’t perform that action at this time.
0 commit comments