-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: v1.3.2 Fix dynamic subset nbspace bug on safari
v1.3.2: Safari에서 다이나믹 서브셋 이슈 개선 #79
- Loading branch information
1 parent
0980900
commit b7c4fb6
Showing
30 changed files
with
135 additions
and
459 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.1/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/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.1/static/pretendard.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard.css'); | ||
@import url('https://unpkg.com/[email protected].2/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.1/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/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.1/static/pretendard-dynamic-subset.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/static/pretendard-dynamic-subset.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].1/dist/web/static/pretendard-dynamic-subset.css'); | ||
@import url('https://unpkg.com/[email protected].2/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.1/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://unpkg.com/[email protected].2/dist/web/variable/pretendardvariable.css" /> | ||
``` | ||
|
||
</details> | ||
|
@@ -175,13 +175,13 @@ Pretendard에서는 웹폰트 용량 문제를 해결하기 위한 방법으로 | |
###### cdnjs | ||
|
||
```css | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.1/variable/pretendardvariable.css'); | ||
@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.2/variable/pretendardvariable.css'); | ||
``` | ||
|
||
###### UNPKG | ||
|
||
```css | ||
@import url('https://unpkg.com/[email protected].1/dist/web/variable/pretendardvariable.css'); | ||
@import url('https://unpkg.com/[email protected].2/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
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
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
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
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
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
Oops, something went wrong.