@fontsource-variable/work-sans 5.0.16 → 5.0.18
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/README.md +1 -1
- package/index.css +2 -2
- package/metadata.json +2 -2
- package/package.json +1 -1
- package/scss/metadata.scss +2 -2
- package/unicode.json +2 -2
- package/wght-italic.css +2 -2
- package/wght.css +2 -2
package/README.md
CHANGED
|
@@ -43,6 +43,6 @@ Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuan
|
|
|
43
43
|
[OFL-1.1](http://scripts.sil.org/OFL)
|
|
44
44
|
|
|
45
45
|
## Other Notes
|
|
46
|
-
Font version (provided by source): `
|
|
46
|
+
Font version (provided by source): `v19`.
|
|
47
47
|
|
|
48
48
|
If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).
|
package/index.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
font-display: swap;
|
|
16
16
|
font-weight: 100 900;
|
|
17
17
|
src: url(./files/work-sans-latin-ext-wght-normal.woff2) format('woff2-variations');
|
|
18
|
-
unicode-range: U+0100-02AF,U+
|
|
18
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* work-sans-latin-wght-normal */
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
font-display: swap;
|
|
26
26
|
font-weight: 100 900;
|
|
27
27
|
src: url(./files/work-sans-latin-wght-normal.woff2) format('woff2-variations');
|
|
28
|
-
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+
|
|
28
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
29
29
|
}
|
package/metadata.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"ital": {"default": "0", "min": "0", "max": "1", "step": "1"},
|
|
10
10
|
"wght": {"default": "400", "min": "100", "max": "900", "step": "1"}
|
|
11
11
|
},
|
|
12
|
-
"lastModified": "
|
|
13
|
-
"version": "
|
|
12
|
+
"lastModified": "2023-09-14",
|
|
13
|
+
"version": "v19",
|
|
14
14
|
"category": "sans-serif",
|
|
15
15
|
"license": {
|
|
16
16
|
"type": "OFL-1.1",
|
package/package.json
CHANGED
package/scss/metadata.scss
CHANGED
|
@@ -26,6 +26,6 @@ $defaults: (
|
|
|
26
26
|
) !default;
|
|
27
27
|
$unicode: (
|
|
28
28
|
vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB),
|
|
29
|
-
latin-ext: (U+0100-02AF,U+
|
|
30
|
-
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+
|
|
29
|
+
latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF),
|
|
30
|
+
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
|
|
31
31
|
) !default;
|
package/unicode.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB",
|
|
3
|
-
"latin-ext": "U+0100-02AF,U+
|
|
4
|
-
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+
|
|
3
|
+
"latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF",
|
|
4
|
+
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
|
|
5
5
|
}
|
package/wght-italic.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
font-display: swap;
|
|
16
16
|
font-weight: 100 900;
|
|
17
17
|
src: url(./files/work-sans-latin-ext-wght-italic.woff2) format('woff2-variations');
|
|
18
|
-
unicode-range: U+0100-02AF,U+
|
|
18
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* work-sans-latin-wght-italic */
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
font-display: swap;
|
|
26
26
|
font-weight: 100 900;
|
|
27
27
|
src: url(./files/work-sans-latin-wght-italic.woff2) format('woff2-variations');
|
|
28
|
-
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+
|
|
28
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
29
29
|
}
|
package/wght.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
font-display: swap;
|
|
16
16
|
font-weight: 100 900;
|
|
17
17
|
src: url(./files/work-sans-latin-ext-wght-normal.woff2) format('woff2-variations');
|
|
18
|
-
unicode-range: U+0100-02AF,U+
|
|
18
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* work-sans-latin-wght-normal */
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
font-display: swap;
|
|
26
26
|
font-weight: 100 900;
|
|
27
27
|
src: url(./files/work-sans-latin-wght-normal.woff2) format('woff2-variations');
|
|
28
|
-
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+
|
|
28
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
29
29
|
}
|