-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2486476
commit fbd6002
Showing
10 changed files
with
99 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,13 +43,13 @@ CDN을 이용해 Pretendard를 사용할 수 있으며, 토글을 확인해 기 | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -67,13 +67,13 @@ CDN을 이용해 Pretendard를 사용할 수 있으며, 토글을 확인해 기 | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -97,13 +97,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로 | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -121,13 +121,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로 | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard-dynamic-subset.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -151,13 +151,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로 | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -175,13 +175,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로 | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable.css'); | ||
``` | ||
|
||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,13 +43,13 @@ Use the code below to use Pretendard as a web font with entire features. Provide | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -67,13 +67,13 @@ Use the code below to use Pretendard as a web font with entire features. Provide | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -97,13 +97,13 @@ Pretendard provides the dynamic subset same as Noto Sans Korean from Google Font | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -121,13 +121,13 @@ Pretendard provides the dynamic subset same as Noto Sans Korean from Google Font | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard-dynamic-subset.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -151,13 +151,13 @@ Use the code below to use the variable weight property. Provided font-family nam | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -175,13 +175,13 @@ Use the code below to use the variable weight property. Provided font-family nam | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable.css'); | ||
``` | ||
|
||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,13 +43,13 @@ CDNを利用してPretendardを使用することができ、トグルをチェ | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -67,13 +67,13 @@ CDNを利用してPretendardを使用することができ、トグルをチェ | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -97,13 +97,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法 | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -121,13 +121,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法 | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard-dynamic-subset.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -151,13 +151,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法 | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -175,13 +175,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法 | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable.css'); | ||
``` | ||
|
||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ To use Korea-localized glyphs, add this code to stylesheets: `font-feature-setti | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-jp.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-jp.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard-jp.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard-jp.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -41,13 +41,13 @@ To use Korea-localized glyphs, add this code to stylesheets: `font-feature-setti | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-jp.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-jp.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard-jp.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard-jp.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -71,13 +71,13 @@ Use the code below to use Pretendard faster by loads the font-slices required fr | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-jp-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-jp-dynamic-subset.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/static/pretendard-jp-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/static/pretendard-jp-dynamic-subset.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -95,13 +95,13 @@ Use the code below to use Pretendard faster by loads the font-slices required fr | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-jp-dynamic-subset.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/static/pretendard-jp-dynamic-subset.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/static/pretendard-jp-dynamic-subset.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/static/pretendard-jp-dynamic-subset.css'); | ||
``` | ||
|
||
</details> | ||
|
@@ -125,13 +125,13 @@ Use the code below to use the variable weight property. Provided font-family nam | |
###### cdnjs | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable-jp.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable-jp.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable-jp.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable-jp.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -149,13 +149,13 @@ Use the code below to use the variable weight property. Provided font-family nam | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable-jp.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.3/variable/pretendardvariable-jp.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable-jp.css'); | ||
@import url('https://unpkg.com/[email protected].3/dist/web/variable/pretendardvariable-jp.css'); | ||
``` | ||
|
||
</details> | ||
|
Oops, something went wrong.