@fontsource/noto-sans-kr 5.0.18 → 5.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/files/noto-sans-kr-101-300-normal.woff +0 -0
- package/files/noto-sans-kr-102-100-normal.woff +0 -0
- package/files/noto-sans-kr-103-800-normal.woff +0 -0
- package/files/noto-sans-kr-106-500-normal.woff +0 -0
- package/files/noto-sans-kr-107-700-normal.woff +0 -0
- package/files/noto-sans-kr-113-600-normal.woff +0 -0
- package/files/noto-sans-kr-118-700-normal.woff +0 -0
- package/files/noto-sans-kr-14-800-normal.woff +0 -0
- package/files/noto-sans-kr-16-600-normal.woff +0 -0
- package/files/noto-sans-kr-17-400-normal.woff +0 -0
- package/files/noto-sans-kr-2-700-normal.woff +0 -0
- package/files/noto-sans-kr-23-200-normal.woff +0 -0
- package/files/noto-sans-kr-24-900-normal.woff +0 -0
- package/files/noto-sans-kr-25-200-normal.woff +0 -0
- package/files/noto-sans-kr-25-500-normal.woff +0 -0
- package/files/noto-sans-kr-28-400-normal.woff +0 -0
- package/files/noto-sans-kr-31-300-normal.woff +0 -0
- package/files/noto-sans-kr-32-400-normal.woff +0 -0
- package/files/noto-sans-kr-35-300-normal.woff +0 -0
- package/files/noto-sans-kr-38-600-normal.woff +0 -0
- package/files/noto-sans-kr-42-500-normal.woff +0 -0
- package/files/noto-sans-kr-45-100-normal.woff +0 -0
- package/files/noto-sans-kr-47-800-normal.woff +0 -0
- package/files/noto-sans-kr-49-800-normal.woff +0 -0
- package/files/noto-sans-kr-5-200-normal.woff +0 -0
- package/files/noto-sans-kr-55-900-normal.woff +0 -0
- package/files/noto-sans-kr-58-400-normal.woff +0 -0
- package/files/noto-sans-kr-58-600-normal.woff +0 -0
- package/files/noto-sans-kr-60-600-normal.woff +0 -0
- package/files/noto-sans-kr-63-300-normal.woff +0 -0
- package/files/noto-sans-kr-70-400-normal.woff +0 -0
- package/files/noto-sans-kr-72-400-normal.woff +0 -0
- package/files/noto-sans-kr-72-800-normal.woff +0 -0
- package/files/noto-sans-kr-74-900-normal.woff +0 -0
- package/files/noto-sans-kr-78-300-normal.woff +0 -0
- package/files/noto-sans-kr-8-300-normal.woff +0 -0
- package/files/noto-sans-kr-81-800-normal.woff +0 -0
- package/files/noto-sans-kr-84-200-normal.woff +0 -0
- package/files/noto-sans-kr-85-800-normal.woff +0 -0
- package/files/noto-sans-kr-89-700-normal.woff +0 -0
- package/files/noto-sans-kr-9-900-normal.woff +0 -0
- package/files/noto-sans-kr-92-200-normal.woff +0 -0
- package/files/noto-sans-kr-94-600-normal.woff +0 -0
- package/files/noto-sans-kr-98-500-normal.woff +0 -0
- package/files/noto-sans-kr-99-900-normal.woff +0 -0
- package/files/noto-sans-kr-latin-100-normal.woff +0 -0
- package/files/noto-sans-kr-latin-600-normal.woff +0 -0
- package/package.json +2 -2
- package/scss/mixins.scss +15 -7
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource/noto-sans-kr",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.19",
|
|
4
4
|
"description": "Self-host the Noto Sans KR font in a neatly bundled NPM package.",
|
|
5
5
|
"main": "index.css",
|
|
6
6
|
"publishConfig": {"access": "public"},
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"url": "https://github.com/fontsource/font-files.git",
|
|
27
27
|
"directory": "fonts/google/noto-sans-kr"
|
|
28
28
|
},
|
|
29
|
-
"publishHash": "
|
|
29
|
+
"publishHash": "e04bd53f8b76c470"
|
|
30
30
|
}
|
package/scss/mixins.scss
CHANGED
|
@@ -34,6 +34,7 @@ $displayVar: null !default;
|
|
|
34
34
|
// Deprecated
|
|
35
35
|
$displayVar: $displayVar
|
|
36
36
|
) {
|
|
37
|
+
|
|
37
38
|
@if $displayVar != null {
|
|
38
39
|
@warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726).";
|
|
39
40
|
}
|
|
@@ -52,7 +53,7 @@ $displayVar: null !default;
|
|
|
52
53
|
$subsets: if(
|
|
53
54
|
$subsets,
|
|
54
55
|
if($subsets == all, map.get($metadata, subsets), $subsets),
|
|
55
|
-
map.get($metadata,
|
|
56
|
+
map.get($metadata, subsets)
|
|
56
57
|
);
|
|
57
58
|
$weights: if(
|
|
58
59
|
$weights,
|
|
@@ -72,13 +73,20 @@ $displayVar: null !default;
|
|
|
72
73
|
|
|
73
74
|
@each $subset in $subsets {
|
|
74
75
|
@each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) {
|
|
76
|
+
// If condition is true, generate faces for the current subset
|
|
75
77
|
@if (
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
// If there is no unicode information for the font or
|
|
79
|
+
($unicodeSubset == null) or
|
|
80
|
+
// If the subset match a unicode subset or
|
|
81
|
+
($subset == $unicodeSubset) or
|
|
82
|
+
(
|
|
83
|
+
// If $unicodeSubset is a numeric unicode subset
|
|
84
|
+
// and current subset exists in the list of font subsets but does not match any unicode subset
|
|
85
|
+
// then generate faces for this numeric unicode subset as it is representing part of the current subset
|
|
86
|
+
list.index(map.get($metadata, subsets), $subset) and not
|
|
87
|
+
map.has-key($metadata, unicode, $subset) and not
|
|
88
|
+
list.index(map.get($metadata, subsets), $unicodeSubset)
|
|
89
|
+
)
|
|
82
90
|
) {
|
|
83
91
|
@each $weight in if($axes, null, $weights) {
|
|
84
92
|
@each $axis in $axes {
|