-
-
Notifications
You must be signed in to change notification settings - Fork 159
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.8 Fix variable weight issue on Chrome #146
v1.3.8: Chrome에서 가변 글꼴 이슈 개선
- Loading branch information
1 parent
ed71995
commit fd3af49
Showing
38 changed files
with
1,578 additions
and
1,580 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
184 changes: 92 additions & 92 deletions
184
dist/web/variable/pretendardvariable-dynamic-subset.css
Large diffs are not rendered by default.
Oops, something went wrong.
240 changes: 120 additions & 120 deletions
240
dist/web/variable/pretendardvariable-gov-dynamic-subset.css
Large diffs are not rendered by default.
Oops, something went wrong.
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
238 changes: 119 additions & 119 deletions
238
dist/web/variable/pretendardvariable-jp-dynamic-subset.css
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pretendard-repo", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"repository": "https://github.com/orioncactus/pretendard", | ||
"author": "Kil Hyung-jin <[email protected]>", | ||
"license": "OFL-1.1", | ||
|
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 |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
#### HTML | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/static/pretendard-gov.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/static/pretendard-gov.css" /> | ||
``` | ||
|
||
#### CSS | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/static/pretendard-gov.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/static/pretendard-gov.css"); | ||
``` | ||
|
||
--- | ||
|
@@ -23,13 +23,13 @@ | |
#### HTML | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/static/pretendard-gov-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/static/pretendard-gov-dynamic-subset.css" /> | ||
``` | ||
|
||
#### CSS | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/static/pretendard-gov-dynamic-subset.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/static/pretendard-gov-dynamic-subset.css"); | ||
``` | ||
|
||
--- | ||
|
@@ -41,13 +41,13 @@ | |
#### HTML | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/variable/pretendardvariable-gov-dynamic-subset.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/variable/pretendardvariable-gov-dynamic-subset.css" /> | ||
``` | ||
|
||
#### CSS | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/variable/pretendardvariable-gov-dynamic-subset.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/variable/pretendardvariable-gov-dynamic-subset.css"); | ||
``` | ||
|
||
### 가변 글꼴 | ||
|
@@ -57,13 +57,13 @@ | |
#### HTML | ||
|
||
```html | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/variable/pretendardvariable-gov.css" /> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/variable/pretendardvariable-gov.css" /> | ||
``` | ||
|
||
#### CSS | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].7/dist/web/variable/pretendardvariable-gov.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected].8/dist/web/variable/pretendardvariable-gov.css"); | ||
``` | ||
|
||
--- | ||
|
Oops, something went wrong.