@fontsource-variable/work-sans 5.1.0 → 5.1.1
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 +1 -1
- 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
|
@@ -40,7 +40,7 @@ body {
|
|
|
40
40
|
Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
|
|
41
41
|
|
|
42
42
|
Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans)
|
|
43
|
-
[OFL-1.1](
|
|
43
|
+
[OFL-1.1](https://openfontlicense.org)
|
|
44
44
|
|
|
45
45
|
## Other Notes
|
|
46
46
|
Font version (provided by source): `v19`.
|
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-
|
|
18
|
+
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,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+0304,U+0308,U+0329,U+2000-206F,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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
29
29
|
}
|
package/metadata.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"category": "sans-serif",
|
|
15
15
|
"license": {
|
|
16
16
|
"type": "OFL-1.1",
|
|
17
|
-
"url": "
|
|
17
|
+
"url": "https://openfontlicense.org",
|
|
18
18
|
"attribution": "Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans)"
|
|
19
19
|
},
|
|
20
20
|
"source": "https://github.com/google/fonts",
|
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-
|
|
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+
|
|
29
|
+
latin-ext: (U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,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+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-
|
|
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+
|
|
3
|
+
"latin-ext": "U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,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+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-
|
|
18
|
+
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,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+0304,U+0308,U+0329,U+2000-206F,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+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-
|
|
18
|
+
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,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+0304,U+0308,U+0329,U+2000-206F,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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
29
29
|
}
|