Skip to content

Commit 0980900

Browse files
committed
docs: Update version
1 parent 4c37b63 commit 0980900

10 files changed

+99
-99
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ CDN을 이용해 Pretendard를 사용할 수 있으며, 토글을 확인해 기
4343
###### cdnjs
4444

4545
```html
46-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard.css" />
46+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard.css" />
4747
```
4848

4949
###### UNPKG
5050

5151
```html
52-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard.css" />
52+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard.css" />
5353
```
5454

5555
</details>
@@ -67,13 +67,13 @@ CDN을 이용해 Pretendard를 사용할 수 있으며, 토글을 확인해 기
6767
###### cdnjs
6868

6969
```css
70-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard.css');
70+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard.css');
7171
```
7272

7373
###### UNPKG
7474

7575
```css
76-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard.css');
76+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard.css');
7777
```
7878

7979
</details>
@@ -97,13 +97,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로
9797
###### cdnjs
9898

9999
```html
100-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-dynamic-subset.css" />
100+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-dynamic-subset.css" />
101101
```
102102

103103
###### UNPKG
104104

105105
```html
106-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard-dynamic-subset.css" />
106+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css" />
107107
```
108108

109109
</details>
@@ -121,13 +121,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로
121121
###### cdnjs
122122

123123
```css
124-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-dynamic-subset.css');
124+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-dynamic-subset.css');
125125
```
126126

127127
###### UNPKG
128128

129129
```css
130-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard-dynamic-subset.css');
130+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css');
131131
```
132132

133133
</details>
@@ -151,13 +151,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로
151151
###### cdnjs
152152

153153
```html
154-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable.css" />
154+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css" />
155155
```
156156

157157
###### UNPKG
158158

159159
```html
160-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable.css" />
160+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css" />
161161
```
162162

163163
</details>
@@ -175,13 +175,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로
175175
###### cdnjs
176176

177177
```css
178-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable.css');
178+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css');
179179
```
180180

181181
###### UNPKG
182182

183183
```css
184-
@import url('https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable.css');
184+
@import url('https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css');
185185
```
186186

187187
</details>

docs/readme/en/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Use the code below to use Pretendard as a web font with entire features. Provide
4343
###### cdnjs
4444

4545
```html
46-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard.css" />
46+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard.css" />
4747
```
4848

4949
###### UNPKG
5050

5151
```html
52-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard.css" />
52+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard.css" />
5353
```
5454

5555
</details>
@@ -67,13 +67,13 @@ Use the code below to use Pretendard as a web font with entire features. Provide
6767
###### cdnjs
6868

6969
```css
70-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard.css');
70+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard.css');
7171
```
7272

7373
###### UNPKG
7474

7575
```css
76-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard.css');
76+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard.css');
7777
```
7878

7979
</details>
@@ -97,13 +97,13 @@ Pretendard provides the dynamic subset same as Noto Sans Korean from Google Font
9797
###### cdnjs
9898

9999
```html
100-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-dynamic-subset.css" />
100+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-dynamic-subset.css" />
101101
```
102102

103103
###### UNPKG
104104

105105
```html
106-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard-dynamic-subset.css" />
106+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css" />
107107
```
108108

109109
</details>
@@ -121,13 +121,13 @@ Pretendard provides the dynamic subset same as Noto Sans Korean from Google Font
121121
###### cdnjs
122122

123123
```css
124-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-dynamic-subset.css');
124+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-dynamic-subset.css');
125125
```
126126

127127
###### UNPKG
128128

129129
```css
130-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard-dynamic-subset.css');
130+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css');
131131
```
132132

133133
</details>
@@ -151,13 +151,13 @@ Use the code below to use the variable weight property. Provided font-family nam
151151
###### cdnjs
152152

153153
```html
154-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable.css" />
154+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css" />
155155
```
156156

157157
###### UNPKG
158158

159159
```html
160-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable.css" />
160+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css" />
161161
```
162162

163163
</details>
@@ -175,13 +175,13 @@ Use the code below to use the variable weight property. Provided font-family nam
175175
###### cdnjs
176176

177177
```css
178-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable.css');
178+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css');
179179
```
180180

181181
###### UNPKG
182182

183183
```css
184-
@import url('https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable.css');
184+
@import url('https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css');
185185
```
186186

187187
</details>

docs/readme/ja/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ CDNを利用してPretendardを使用することができ、トグルをチェ
4343
###### cdnjs
4444

4545
```html
46-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard.css" />
46+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard.css" />
4747
```
4848

4949
###### UNPKG
5050

5151
```html
52-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard.css" />
52+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard.css" />
5353
```
5454

5555
</details>
@@ -67,13 +67,13 @@ CDNを利用してPretendardを使用することができ、トグルをチェ
6767
###### cdnjs
6868

6969
```css
70-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard.css');
70+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard.css');
7171
```
7272

7373
###### UNPKG
7474

7575
```css
76-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard.css');
76+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard.css');
7777
```
7878

7979
</details>
@@ -97,13 +97,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法
9797
###### cdnjs
9898

9999
```html
100-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-dynamic-subset.css" />
100+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-dynamic-subset.css" />
101101
```
102102

103103
###### UNPKG
104104

105105
```html
106-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard-dynamic-subset.css" />
106+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css" />
107107
```
108108

109109
</details>
@@ -121,13 +121,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法
121121
###### cdnjs
122122

123123
```css
124-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-dynamic-subset.css');
124+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-dynamic-subset.css');
125125
```
126126

127127
###### UNPKG
128128

129129
```css
130-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard-dynamic-subset.css');
130+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css');
131131
```
132132

133133
</details>
@@ -151,13 +151,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法
151151
###### cdnjs
152152

153153
```html
154-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable.css" />
154+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css" />
155155
```
156156

157157
###### UNPKG
158158

159159
```html
160-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable.css" />
160+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css" />
161161
```
162162

163163
</details>
@@ -175,13 +175,13 @@ Pretendardは、Webフォントの容量の問題を解決するための方法
175175
###### cdnjs
176176

177177
```css
178-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable.css');
178+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css');
179179
```
180180

181181
###### UNPKG
182182

183183
```css
184-
@import url('https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable.css');
184+
@import url('https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css');
185185
```
186186

187187
</details>

docs/webfonts/en/PretendardJP.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To use Korea-localized glyphs, add this code to stylesheets: `font-feature-setti
1717
###### cdnjs
1818

1919
```html
20-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-jp.css" />
20+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-jp.css" />
2121
```
2222

2323
###### UNPKG
2424

2525
```html
26-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard-jp.css" />
26+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard-jp.css" />
2727
```
2828

2929
</details>
@@ -41,13 +41,13 @@ To use Korea-localized glyphs, add this code to stylesheets: `font-feature-setti
4141
###### cdnjs
4242

4343
```css
44-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-jp.css');
44+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-jp.css');
4545
```
4646

4747
###### UNPKG
4848

4949
```css
50-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard-jp.css');
50+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard-jp.css');
5151
```
5252

5353
</details>
@@ -71,13 +71,13 @@ Use the code below to use Pretendard faster by loads the font-slices required fr
7171
###### cdnjs
7272

7373
```html
74-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-jp-dynamic-subset.css" />
74+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-jp-dynamic-subset.css" />
7575
```
7676

7777
###### UNPKG
7878

7979
```html
80-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/static/pretendard-jp-dynamic-subset.css" />
80+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard-jp-dynamic-subset.css" />
8181
```
8282

8383
</details>
@@ -95,13 +95,13 @@ Use the code below to use Pretendard faster by loads the font-slices required fr
9595
###### cdnjs
9696

9797
```css
98-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/static/pretendard-jp-dynamic-subset.css');
98+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/static/pretendard-jp-dynamic-subset.css');
9999
```
100100

101101
###### UNPKG
102102

103103
```css
104-
@import url('https://unpkg.com/[email protected].0/dist/web/static/pretendard-jp-dynamic-subset.css');
104+
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard-jp-dynamic-subset.css');
105105
```
106106

107107
</details>
@@ -125,13 +125,13 @@ Use the code below to use the variable weight property. Provided font-family nam
125125
###### cdnjs
126126

127127
```html
128-
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable-jp.css" />
128+
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable-jp.css" />
129129
```
130130

131131
###### UNPKG
132132

133133
```html
134-
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable-jp.css" />
134+
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable-jp.css" />
135135
```
136136

137137
</details>
@@ -149,13 +149,13 @@ Use the code below to use the variable weight property. Provided font-family nam
149149
###### cdnjs
150150

151151
```css
152-
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.0/variable/pretendardvariable-jp.css');
152+
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable-jp.css');
153153
```
154154

155155
###### UNPKG
156156

157157
```css
158-
@import url('https://unpkg.com/[email protected].0/dist/web/variable/pretendardvariable-jp.css');
158+
@import url('https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable-jp.css');
159159
```
160160

161161
</details>

0 commit comments

Comments
 (0)