@fontsource-variable/noto-emoji 5.0.20 → 5.1.0
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/LICENSE +1 -1
- package/README.md +2 -2
- package/files/noto-emoji-0-wght-normal.woff2 +0 -0
- package/files/noto-emoji-1-wght-normal.woff2 +0 -0
- package/files/noto-emoji-10-wght-normal.woff2 +0 -0
- package/files/noto-emoji-11-wght-normal.woff2 +0 -0
- package/files/noto-emoji-2-wght-normal.woff2 +0 -0
- package/files/noto-emoji-3-wght-normal.woff2 +0 -0
- package/files/noto-emoji-4-wght-normal.woff2 +0 -0
- package/files/noto-emoji-5-wght-normal.woff2 +0 -0
- package/files/noto-emoji-6-wght-normal.woff2 +0 -0
- package/files/noto-emoji-7-wght-normal.woff2 +0 -0
- package/files/noto-emoji-8-wght-normal.woff2 +0 -0
- package/files/noto-emoji-9-wght-normal.woff2 +0 -0
- package/index.css +10 -0
- package/metadata.json +3 -3
- package/package.json +2 -2
- package/scss/metadata.scss +1 -0
- package/unicode.json +2 -1
- package/wght.css +10 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -39,10 +39,10 @@ body {
|
|
|
39
39
|
## Licensing
|
|
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
|
-
Copyright 2013
|
|
42
|
+
Copyright 2013 Google LLC
|
|
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): `v51`.
|
|
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).
|
|
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/index.css
CHANGED
|
@@ -106,4 +106,14 @@
|
|
|
106
106
|
font-weight: 300 700;
|
|
107
107
|
src: url(./files/noto-emoji-10-wght-normal.woff2) format('woff2-variations');
|
|
108
108
|
unicode-range: U+200d,U+2194-2195,U+2640,U+2642,U+26d3,U+27a1,U+fe0f,U+1f344,U+1f34b,U+1f3c3,U+1f3fb-1f3ff,U+1f426,U+1f468-1f469,U+1f4a5,U+1f525,U+1f642,U+1f6b6,U+1f7e9,U+1f7eb,U+1f9af,U+1f9bc-1f9bd,U+1f9ce,U+1f9d1-1f9d2;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* noto-emoji-[11]-wght-normal */
|
|
112
|
+
@font-face {
|
|
113
|
+
font-family: 'Noto Emoji Variable';
|
|
114
|
+
font-style: normal;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
font-weight: 300 700;
|
|
117
|
+
src: url(./files/noto-emoji-11-wght-normal.woff2) format('woff2-variations');
|
|
118
|
+
unicode-range: U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9;
|
|
109
119
|
}
|
package/metadata.json
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"variable": {
|
|
9
9
|
"wght": {"default": "400", "min": "300", "max": "700", "step": "1"}
|
|
10
10
|
},
|
|
11
|
-
"lastModified": "2024-
|
|
12
|
-
"version": "
|
|
11
|
+
"lastModified": "2024-09-03",
|
|
12
|
+
"version": "v51",
|
|
13
13
|
"category": "sans-serif",
|
|
14
14
|
"license": {
|
|
15
15
|
"type": "OFL-1.1",
|
|
16
16
|
"url": "http://scripts.sil.org/OFL",
|
|
17
|
-
"attribution": "Copyright 2013
|
|
17
|
+
"attribution": "Copyright 2013 Google LLC"
|
|
18
18
|
},
|
|
19
19
|
"source": "https://github.com/google/fonts",
|
|
20
20
|
"type": "google"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource-variable/noto-emoji",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Self-host the Noto Emoji 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/variable/noto-emoji"
|
|
28
28
|
},
|
|
29
|
-
"publishHash": "
|
|
29
|
+
"publishHash": "fb0abab8895828ea"
|
|
30
30
|
}
|
package/scss/metadata.scss
CHANGED
|
@@ -30,4 +30,5 @@ $unicode: (
|
|
|
30
30
|
8: (U+200d,U+2640,U+2642,U+2695-2696,U+26f7,U+26f9,U+2708,U+2764,U+fe0f,U+1f33e,U+1f373,U+1f37c,U+1f384-1f385,U+1f393,U+1f3a4,U+1f3a8,U+1f3c2-1f3c4,U+1f3c7,U+1f3ca-1f3cc,U+1f3eb,U+1f3ed,U+1f3fb-1f3ff,U+1f466-1f478,U+1f47c,U+1f481-1f483,U+1f486-1f487,U+1f48b,U+1f48f,U+1f491,U+1f4bb-1f4bc,U+1f527,U+1f52c,U+1f574-1f575,U+1f57a,U+1f645-1f647,U+1f64b,U+1f64d-1f64e,U+1f680,U+1f692,U+1f6a3,U+1f6b4-1f6b6,U+1f6c0,U+1f6cc,U+1f91d,U+1f926,U+1f930-1f931,U+1f934-1f93a,U+1f93c-1f93e,U+1f977,U+1f9af-1f9b3,U+1f9b8-1f9b9,U+1f9bc-1f9bd,U+1f9cc-1f9cf,U+1f9d1-1f9df,U+1fa82,U+1fac3-1fac5),
|
|
31
31
|
9: (U+200d,U+261d,U+2620,U+2639-263a,U+2665,U+270a-270d,U+2728,U+2763-2764,U+2b50,U+fe0f,U+1f31a-1f31f,U+1f32b,U+1f383,U+1f389,U+1f3fb-1f3ff,U+1f440-1f450,U+1f463-1f465,U+1f479-1f47b,U+1f47d-1f480,U+1f485,U+1f48b-1f48c,U+1f493-1f49f,U+1f4a4-1f4a6,U+1f4a8-1f4ab,U+1f4af,U+1f525,U+1f573,U+1f590,U+1f595-1f596,U+1f5a4,U+1f5e3,U+1f600-1f644,U+1f648-1f64a,U+1f64c,U+1f64f,U+1f90c-1f925,U+1f927-1f92f,U+1f932-1f933,U+1f970-1f976,U+1f978-1f97a,U+1f9a0,U+1f9b4-1f9b7,U+1f9bb,U+1f9be-1f9bf,U+1f9d0,U+1f9e0-1f9e1,U+1fa75-1fa79,U+1fac0-1fac2,U+1fae0-1fae6,U+1fae8,U+1faf0-1faf8),
|
|
32
32
|
10: (U+200d,U+2194-2195,U+2640,U+2642,U+26d3,U+27a1,U+fe0f,U+1f344,U+1f34b,U+1f3c3,U+1f3fb-1f3ff,U+1f426,U+1f468-1f469,U+1f4a5,U+1f525,U+1f642,U+1f6b6,U+1f7e9,U+1f7eb,U+1f9af,U+1f9bc-1f9bd,U+1f9ce,U+1f9d1-1f9d2),
|
|
33
|
+
11: (U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9),
|
|
33
34
|
) !default;
|
package/unicode.json
CHANGED
|
@@ -9,5 +9,6 @@
|
|
|
9
9
|
"[7]": "U+200d,U+2600-2601,U+2603-2604,U+2614,U+2618,U+26a1,U+26c4-26c5,U+26c8,U+26f0,U+2728,U+2744,U+2b1b,U+2b50,U+fe0f,U+1f300,U+1f304-1f305,U+1f308,U+1f30a-1f30f,U+1f311-1f321,U+1f324-1f32c,U+1f331-1f335,U+1f337-1f33c,U+1f33e-1f344,U+1f3d4,U+1f3d6,U+1f3dc-1f3de,U+1f3f5,U+1f400-1f43f,U+1f490,U+1f4a7,U+1f4ab,U+1f4ae,U+1f525,U+1f54a,U+1f573,U+1f577-1f578,U+1f648-1f64a,U+1f940,U+1f980-1f9ae,U+1f9ba,U+1fa90,U+1faa8,U+1fab0-1fabd,U+1fabf,U+1face-1facf,U+1fae7",
|
|
10
10
|
"[8]": "U+200d,U+2640,U+2642,U+2695-2696,U+26f7,U+26f9,U+2708,U+2764,U+fe0f,U+1f33e,U+1f373,U+1f37c,U+1f384-1f385,U+1f393,U+1f3a4,U+1f3a8,U+1f3c2-1f3c4,U+1f3c7,U+1f3ca-1f3cc,U+1f3eb,U+1f3ed,U+1f3fb-1f3ff,U+1f466-1f478,U+1f47c,U+1f481-1f483,U+1f486-1f487,U+1f48b,U+1f48f,U+1f491,U+1f4bb-1f4bc,U+1f527,U+1f52c,U+1f574-1f575,U+1f57a,U+1f645-1f647,U+1f64b,U+1f64d-1f64e,U+1f680,U+1f692,U+1f6a3,U+1f6b4-1f6b6,U+1f6c0,U+1f6cc,U+1f91d,U+1f926,U+1f930-1f931,U+1f934-1f93a,U+1f93c-1f93e,U+1f977,U+1f9af-1f9b3,U+1f9b8-1f9b9,U+1f9bc-1f9bd,U+1f9cc-1f9cf,U+1f9d1-1f9df,U+1fa82,U+1fac3-1fac5",
|
|
11
11
|
"[9]": "U+200d,U+261d,U+2620,U+2639-263a,U+2665,U+270a-270d,U+2728,U+2763-2764,U+2b50,U+fe0f,U+1f31a-1f31f,U+1f32b,U+1f383,U+1f389,U+1f3fb-1f3ff,U+1f440-1f450,U+1f463-1f465,U+1f479-1f47b,U+1f47d-1f480,U+1f485,U+1f48b-1f48c,U+1f493-1f49f,U+1f4a4-1f4a6,U+1f4a8-1f4ab,U+1f4af,U+1f525,U+1f573,U+1f590,U+1f595-1f596,U+1f5a4,U+1f5e3,U+1f600-1f644,U+1f648-1f64a,U+1f64c,U+1f64f,U+1f90c-1f925,U+1f927-1f92f,U+1f932-1f933,U+1f970-1f976,U+1f978-1f97a,U+1f9a0,U+1f9b4-1f9b7,U+1f9bb,U+1f9be-1f9bf,U+1f9d0,U+1f9e0-1f9e1,U+1fa75-1fa79,U+1fac0-1fac2,U+1fae0-1fae6,U+1fae8,U+1faf0-1faf8",
|
|
12
|
-
"[10]": "U+200d,U+2194-2195,U+2640,U+2642,U+26d3,U+27a1,U+fe0f,U+1f344,U+1f34b,U+1f3c3,U+1f3fb-1f3ff,U+1f426,U+1f468-1f469,U+1f4a5,U+1f525,U+1f642,U+1f6b6,U+1f7e9,U+1f7eb,U+1f9af,U+1f9bc-1f9bd,U+1f9ce,U+1f9d1-1f9d2"
|
|
12
|
+
"[10]": "U+200d,U+2194-2195,U+2640,U+2642,U+26d3,U+27a1,U+fe0f,U+1f344,U+1f34b,U+1f3c3,U+1f3fb-1f3ff,U+1f426,U+1f468-1f469,U+1f4a5,U+1f525,U+1f642,U+1f6b6,U+1f7e9,U+1f7eb,U+1f9af,U+1f9bc-1f9bd,U+1f9ce,U+1f9d1-1f9d2",
|
|
13
|
+
"[11]": "U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9"
|
|
13
14
|
}
|
package/wght.css
CHANGED
|
@@ -106,4 +106,14 @@
|
|
|
106
106
|
font-weight: 300 700;
|
|
107
107
|
src: url(./files/noto-emoji-10-wght-normal.woff2) format('woff2-variations');
|
|
108
108
|
unicode-range: U+200d,U+2194-2195,U+2640,U+2642,U+26d3,U+27a1,U+fe0f,U+1f344,U+1f34b,U+1f3c3,U+1f3fb-1f3ff,U+1f426,U+1f468-1f469,U+1f4a5,U+1f525,U+1f642,U+1f6b6,U+1f7e9,U+1f7eb,U+1f9af,U+1f9bc-1f9bd,U+1f9ce,U+1f9d1-1f9d2;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* noto-emoji-[11]-wght-normal */
|
|
112
|
+
@font-face {
|
|
113
|
+
font-family: 'Noto Emoji Variable';
|
|
114
|
+
font-style: normal;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
font-weight: 300 700;
|
|
117
|
+
src: url(./files/noto-emoji-11-wght-normal.woff2) format('woff2-variations');
|
|
118
|
+
unicode-range: U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9;
|
|
109
119
|
}
|