@fontsource/noto-color-emoji 5.0.27 → 5.0.28

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.
Files changed (33) hide show
  1. package/400.css +10 -0
  2. package/README.md +1 -1
  3. package/files/noto-color-emoji-0-400-normal.woff +0 -0
  4. package/files/noto-color-emoji-0-400-normal.woff2 +0 -0
  5. package/files/noto-color-emoji-1-400-normal.woff +0 -0
  6. package/files/noto-color-emoji-1-400-normal.woff2 +0 -0
  7. package/files/noto-color-emoji-10-400-normal.woff +0 -0
  8. package/files/noto-color-emoji-10-400-normal.woff2 +0 -0
  9. package/files/noto-color-emoji-11-400-normal.woff +0 -0
  10. package/files/noto-color-emoji-11-400-normal.woff2 +0 -0
  11. package/files/noto-color-emoji-2-400-normal.woff +0 -0
  12. package/files/noto-color-emoji-2-400-normal.woff2 +0 -0
  13. package/files/noto-color-emoji-3-400-normal.woff +0 -0
  14. package/files/noto-color-emoji-3-400-normal.woff2 +0 -0
  15. package/files/noto-color-emoji-4-400-normal.woff +0 -0
  16. package/files/noto-color-emoji-4-400-normal.woff2 +0 -0
  17. package/files/noto-color-emoji-5-400-normal.woff +0 -0
  18. package/files/noto-color-emoji-5-400-normal.woff2 +0 -0
  19. package/files/noto-color-emoji-6-400-normal.woff +0 -0
  20. package/files/noto-color-emoji-6-400-normal.woff2 +0 -0
  21. package/files/noto-color-emoji-7-400-normal.woff +0 -0
  22. package/files/noto-color-emoji-7-400-normal.woff2 +0 -0
  23. package/files/noto-color-emoji-8-400-normal.woff +0 -0
  24. package/files/noto-color-emoji-8-400-normal.woff2 +0 -0
  25. package/files/noto-color-emoji-9-400-normal.woff +0 -0
  26. package/files/noto-color-emoji-9-400-normal.woff2 +0 -0
  27. package/files/noto-color-emoji-emoji-400-normal.woff +0 -0
  28. package/files/noto-color-emoji-emoji-400-normal.woff2 +0 -0
  29. package/index.css +10 -0
  30. package/metadata.json +2 -2
  31. package/package.json +2 -2
  32. package/scss/metadata.scss +1 -0
  33. package/unicode.json +2 -1
package/400.css CHANGED
@@ -106,4 +106,14 @@
106
106
  font-weight: 400;
107
107
  src: url(./files/noto-color-emoji-10-400-normal.woff2) format('woff2'), url(./files/noto-color-emoji-10-400-normal.woff) format('woff');
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-color-emoji-[11]-400-normal */
112
+ @font-face {
113
+ font-family: 'Noto Color Emoji';
114
+ font-style: normal;
115
+ font-display: swap;
116
+ font-weight: 400;
117
+ src: url(./files/noto-color-emoji-11-400-normal.woff2) format('woff2'), url(./files/noto-color-emoji-11-400-normal.woff) format('woff');
118
+ unicode-range: U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9;
109
119
  }
package/README.md CHANGED
@@ -42,6 +42,6 @@ Copyright 2021 Google Inc. All Rights Reserved.
42
42
  [OFL-1.1](http://scripts.sil.org/OFL)
43
43
 
44
44
  ## Other Notes
45
- Font version (provided by source): `v30`.
45
+ Font version (provided by source): `v32`.
46
46
 
47
47
  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
@@ -106,4 +106,14 @@
106
106
  font-weight: 400;
107
107
  src: url(./files/noto-color-emoji-10-400-normal.woff2) format('woff2'), url(./files/noto-color-emoji-10-400-normal.woff) format('woff');
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-color-emoji-[11]-400-normal */
112
+ @font-face {
113
+ font-family: 'Noto Color Emoji';
114
+ font-style: normal;
115
+ font-display: swap;
116
+ font-weight: 400;
117
+ src: url(./files/noto-color-emoji-11-400-normal.woff2) format('woff2'), url(./files/noto-color-emoji-11-400-normal.woff) format('woff');
118
+ unicode-range: U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9;
109
119
  }
package/metadata.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "styles": ["normal"],
7
7
  "defSubset": "emoji",
8
8
  "variable": false,
9
- "lastModified": "2023-12-07",
10
- "version": "v30",
9
+ "lastModified": "2024-09-03",
10
+ "version": "v32",
11
11
  "category": "sans-serif",
12
12
  "license": {
13
13
  "type": "OFL-1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fontsource/noto-color-emoji",
3
- "version": "5.0.27",
3
+ "version": "5.0.28",
4
4
  "description": "Self-host the Noto Color 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/google/noto-color-emoji"
28
28
  },
29
- "publishHash": "3afe1ba74028ded2"
29
+ "publishHash": "65682a297aecfae7"
30
30
  }
@@ -23,4 +23,5 @@ $unicode: (
23
23
  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),
24
24
  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),
25
25
  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),
26
+ 11: (U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9),
26
27
  ) !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
  }