@fontsource/noto-color-emoji 5.2.12 → 5.3.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/README.md +1 -1
- package/files/noto-color-emoji-0-400-normal.woff +0 -0
- package/files/noto-color-emoji-1-400-normal.woff +0 -0
- package/files/noto-color-emoji-2-400-normal.woff +0 -0
- package/files/noto-color-emoji-3-400-normal.woff +0 -0
- package/files/noto-color-emoji-4-400-normal.woff +0 -0
- package/files/noto-color-emoji-5-400-normal.woff +0 -0
- package/files/noto-color-emoji-6-400-normal.woff +0 -0
- package/files/noto-color-emoji-7-400-normal.woff +0 -0
- package/files/noto-color-emoji-8-400-normal.woff +0 -0
- package/files/noto-color-emoji-9-400-normal.woff +0 -0
- package/files/noto-color-emoji-emoji-400-normal.woff +0 -0
- package/index.d.css.ts +1 -0
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Fontsource Noto Color Emoji
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@fontsource/noto-color-emoji) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource)
|
|
3
|
+
[](https://www.npmjs.com/package/@fontsource/noto-color-emoji) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource)
|
|
4
4
|
|
|
5
5
|
The CSS and web font files to easily self-host the “Noto Color Emoji” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/noto-color-emoji) to view more details on this package.
|
|
6
6
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/index.d.css.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource/noto-color-emoji",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Self-host the Noto Color Emoji font in a neatly bundled NPM package.",
|
|
5
5
|
"main": "index.css",
|
|
6
|
+
"types": "index.d.css.ts",
|
|
6
7
|
"publishConfig": {"access": "public"},
|
|
7
8
|
"keywords": [
|
|
8
9
|
"fontsource",
|
|
@@ -19,7 +20,11 @@
|
|
|
19
20
|
"variable"
|
|
20
21
|
],
|
|
21
22
|
"exports": {
|
|
22
|
-
".": {
|
|
23
|
+
".": {
|
|
24
|
+
"types": "./index.d.css.ts",
|
|
25
|
+
"sass": "./index.css",
|
|
26
|
+
"default": "./index.css"
|
|
27
|
+
},
|
|
23
28
|
"./LICENSE": "./LICENSE",
|
|
24
29
|
"./*": {"sass": "./*.css", "default": "./*.css"},
|
|
25
30
|
"./*.css": {"sass": "./*.css", "default": "./*.css"},
|
|
@@ -43,5 +48,5 @@
|
|
|
43
48
|
"url": "git+https://github.com/fontsource/font-files.git",
|
|
44
49
|
"directory": "fonts/google/noto-color-emoji"
|
|
45
50
|
},
|
|
46
|
-
"publishHash": "
|
|
51
|
+
"publishHash": "bddf7ee3770b2e0c"
|
|
47
52
|
}
|