Skip to content

Commit

Permalink
docs: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
orioncactus committed May 26, 2022
1 parent 2486476 commit fbd6002
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 99 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
24 changes: 12 additions & 12 deletions docs/readme/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
24 changes: 12 additions & 12 deletions docs/readme/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
24 changes: 12 additions & 12 deletions docs/webfonts/en/PretendardJP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
Loading

0 comments on commit fbd6002

Please sign in to comment.