@fontsource/noto-emoji 4.5.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/300.css +90 -0
- package/400.css +90 -0
- package/500.css +90 -0
- package/600.css +90 -0
- package/700.css +90 -0
- package/CHANGELOG.md +3 -0
- package/README.md +52 -0
- package/emoji-300.css +9 -0
- package/emoji-400.css +9 -0
- package/emoji-500.css +9 -0
- package/emoji-600.css +9 -0
- package/emoji-700.css +9 -0
- package/emoji.css +45 -0
- package/files/file-list.json +77 -0
- package/index.css +90 -0
- package/metadata.json +15 -0
- package/package.json +1 -0
- package/scss/mixins.scss +123 -0
- package/unicode.json +12 -0
- package/variable.css +9 -0
package/300.css
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* noto-emoji-[0]-300-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 300;
|
|
7
|
+
src: url('./files/noto-emoji-0-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+1f1e6-1f1ff;
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-[1]-300-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 300;
|
|
16
|
+
src: url('./files/noto-emoji-1-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-[2]-300-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 300;
|
|
25
|
+
src: url('./files/noto-emoji-2-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
26
|
+
unicode-range: U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1;
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-[3]-300-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 300;
|
|
34
|
+
src: url('./files/noto-emoji-3-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
35
|
+
unicode-range: U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac;
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-[4]-300-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 300;
|
|
43
|
+
src: url('./files/noto-emoji-4-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
44
|
+
unicode-range: U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
|
|
45
|
+
}
|
|
46
|
+
/* noto-emoji-[5]-300-normal*/
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'Noto Emoji';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-display: swap;
|
|
51
|
+
font-weight: 300;
|
|
52
|
+
src: url('./files/noto-emoji-5-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
53
|
+
unicode-range: U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c;
|
|
54
|
+
}
|
|
55
|
+
/* noto-emoji-[6]-300-normal*/
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Noto Emoji';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
font-weight: 300;
|
|
61
|
+
src: url('./files/noto-emoji-6-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
62
|
+
unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9;
|
|
63
|
+
}
|
|
64
|
+
/* noto-emoji-[7]-300-normal*/
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Noto Emoji';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-weight: 300;
|
|
70
|
+
src: url('./files/noto-emoji-7-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
71
|
+
unicode-range: U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7;
|
|
72
|
+
}
|
|
73
|
+
/* noto-emoji-[8]-300-normal*/
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Noto Emoji';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-display: swap;
|
|
78
|
+
font-weight: 300;
|
|
79
|
+
src: url('./files/noto-emoji-8-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
80
|
+
unicode-range: 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;
|
|
81
|
+
}
|
|
82
|
+
/* noto-emoji-[9]-300-normal*/
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Noto Emoji';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
font-weight: 300;
|
|
88
|
+
src: url('./files/noto-emoji-9-300-normal.woff2') format('woff2'), url('./files/noto-emoji-all-300-normal.woff') format('woff');
|
|
89
|
+
unicode-range: 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6;
|
|
90
|
+
}
|
package/400.css
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* noto-emoji-[0]-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/noto-emoji-0-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+1f1e6-1f1ff;
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-[1]-400-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
src: url('./files/noto-emoji-1-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-[2]-400-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
src: url('./files/noto-emoji-2-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
26
|
+
unicode-range: U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1;
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-[3]-400-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
src: url('./files/noto-emoji-3-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
35
|
+
unicode-range: U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac;
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-[4]-400-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 400;
|
|
43
|
+
src: url('./files/noto-emoji-4-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
44
|
+
unicode-range: U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
|
|
45
|
+
}
|
|
46
|
+
/* noto-emoji-[5]-400-normal*/
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'Noto Emoji';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-display: swap;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
src: url('./files/noto-emoji-5-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
53
|
+
unicode-range: U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c;
|
|
54
|
+
}
|
|
55
|
+
/* noto-emoji-[6]-400-normal*/
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Noto Emoji';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
src: url('./files/noto-emoji-6-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
62
|
+
unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9;
|
|
63
|
+
}
|
|
64
|
+
/* noto-emoji-[7]-400-normal*/
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Noto Emoji';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-weight: 400;
|
|
70
|
+
src: url('./files/noto-emoji-7-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
71
|
+
unicode-range: U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7;
|
|
72
|
+
}
|
|
73
|
+
/* noto-emoji-[8]-400-normal*/
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Noto Emoji';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-display: swap;
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
src: url('./files/noto-emoji-8-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
80
|
+
unicode-range: 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;
|
|
81
|
+
}
|
|
82
|
+
/* noto-emoji-[9]-400-normal*/
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Noto Emoji';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
src: url('./files/noto-emoji-9-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
89
|
+
unicode-range: 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6;
|
|
90
|
+
}
|
package/500.css
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* noto-emoji-[0]-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/noto-emoji-0-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+1f1e6-1f1ff;
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-[1]-500-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
src: url('./files/noto-emoji-1-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-[2]-500-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
src: url('./files/noto-emoji-2-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
26
|
+
unicode-range: U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1;
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-[3]-500-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 500;
|
|
34
|
+
src: url('./files/noto-emoji-3-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
35
|
+
unicode-range: U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac;
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-[4]-500-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 500;
|
|
43
|
+
src: url('./files/noto-emoji-4-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
44
|
+
unicode-range: U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
|
|
45
|
+
}
|
|
46
|
+
/* noto-emoji-[5]-500-normal*/
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'Noto Emoji';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-display: swap;
|
|
51
|
+
font-weight: 500;
|
|
52
|
+
src: url('./files/noto-emoji-5-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
53
|
+
unicode-range: U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c;
|
|
54
|
+
}
|
|
55
|
+
/* noto-emoji-[6]-500-normal*/
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Noto Emoji';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
font-weight: 500;
|
|
61
|
+
src: url('./files/noto-emoji-6-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
62
|
+
unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9;
|
|
63
|
+
}
|
|
64
|
+
/* noto-emoji-[7]-500-normal*/
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Noto Emoji';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
src: url('./files/noto-emoji-7-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
71
|
+
unicode-range: U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7;
|
|
72
|
+
}
|
|
73
|
+
/* noto-emoji-[8]-500-normal*/
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Noto Emoji';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-display: swap;
|
|
78
|
+
font-weight: 500;
|
|
79
|
+
src: url('./files/noto-emoji-8-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
80
|
+
unicode-range: 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;
|
|
81
|
+
}
|
|
82
|
+
/* noto-emoji-[9]-500-normal*/
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Noto Emoji';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
font-weight: 500;
|
|
88
|
+
src: url('./files/noto-emoji-9-500-normal.woff2') format('woff2'), url('./files/noto-emoji-all-500-normal.woff') format('woff');
|
|
89
|
+
unicode-range: 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6;
|
|
90
|
+
}
|
package/600.css
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* noto-emoji-[0]-600-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 600;
|
|
7
|
+
src: url('./files/noto-emoji-0-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+1f1e6-1f1ff;
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-[1]-600-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 600;
|
|
16
|
+
src: url('./files/noto-emoji-1-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-[2]-600-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
src: url('./files/noto-emoji-2-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
26
|
+
unicode-range: U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1;
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-[3]-600-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
src: url('./files/noto-emoji-3-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
35
|
+
unicode-range: U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac;
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-[4]-600-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 600;
|
|
43
|
+
src: url('./files/noto-emoji-4-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
44
|
+
unicode-range: U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
|
|
45
|
+
}
|
|
46
|
+
/* noto-emoji-[5]-600-normal*/
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'Noto Emoji';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-display: swap;
|
|
51
|
+
font-weight: 600;
|
|
52
|
+
src: url('./files/noto-emoji-5-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
53
|
+
unicode-range: U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c;
|
|
54
|
+
}
|
|
55
|
+
/* noto-emoji-[6]-600-normal*/
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Noto Emoji';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
src: url('./files/noto-emoji-6-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
62
|
+
unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9;
|
|
63
|
+
}
|
|
64
|
+
/* noto-emoji-[7]-600-normal*/
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Noto Emoji';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-weight: 600;
|
|
70
|
+
src: url('./files/noto-emoji-7-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
71
|
+
unicode-range: U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7;
|
|
72
|
+
}
|
|
73
|
+
/* noto-emoji-[8]-600-normal*/
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Noto Emoji';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-display: swap;
|
|
78
|
+
font-weight: 600;
|
|
79
|
+
src: url('./files/noto-emoji-8-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
80
|
+
unicode-range: 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;
|
|
81
|
+
}
|
|
82
|
+
/* noto-emoji-[9]-600-normal*/
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Noto Emoji';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
font-weight: 600;
|
|
88
|
+
src: url('./files/noto-emoji-9-600-normal.woff2') format('woff2'), url('./files/noto-emoji-all-600-normal.woff') format('woff');
|
|
89
|
+
unicode-range: 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6;
|
|
90
|
+
}
|
package/700.css
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* noto-emoji-[0]-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/noto-emoji-0-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+1f1e6-1f1ff;
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-[1]-700-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 700;
|
|
16
|
+
src: url('./files/noto-emoji-1-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-[2]-700-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 700;
|
|
25
|
+
src: url('./files/noto-emoji-2-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
26
|
+
unicode-range: U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1;
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-[3]-700-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
src: url('./files/noto-emoji-3-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
35
|
+
unicode-range: U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac;
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-[4]-700-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 700;
|
|
43
|
+
src: url('./files/noto-emoji-4-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
44
|
+
unicode-range: U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
|
|
45
|
+
}
|
|
46
|
+
/* noto-emoji-[5]-700-normal*/
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'Noto Emoji';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-display: swap;
|
|
51
|
+
font-weight: 700;
|
|
52
|
+
src: url('./files/noto-emoji-5-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
53
|
+
unicode-range: U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c;
|
|
54
|
+
}
|
|
55
|
+
/* noto-emoji-[6]-700-normal*/
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Noto Emoji';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
font-weight: 700;
|
|
61
|
+
src: url('./files/noto-emoji-6-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
62
|
+
unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9;
|
|
63
|
+
}
|
|
64
|
+
/* noto-emoji-[7]-700-normal*/
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Noto Emoji';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-weight: 700;
|
|
70
|
+
src: url('./files/noto-emoji-7-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
71
|
+
unicode-range: U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7;
|
|
72
|
+
}
|
|
73
|
+
/* noto-emoji-[8]-700-normal*/
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Noto Emoji';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-display: swap;
|
|
78
|
+
font-weight: 700;
|
|
79
|
+
src: url('./files/noto-emoji-8-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
80
|
+
unicode-range: 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;
|
|
81
|
+
}
|
|
82
|
+
/* noto-emoji-[9]-700-normal*/
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Noto Emoji';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
font-weight: 700;
|
|
88
|
+
src: url('./files/noto-emoji-9-700-normal.woff2') format('woff2'), url('./files/noto-emoji-all-700-normal.woff') format('woff');
|
|
89
|
+
unicode-range: 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6;
|
|
90
|
+
}
|
package/CHANGELOG.md
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Fontsource Noto Emoji
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@fontsource/noto-emoji) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource/stargazers)
|
|
4
|
+
|
|
5
|
+
The CSS and web font files to easily self-host the “Noto Emoji” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/noto-emoji) to view more details on this package.
|
|
6
|
+
|
|
7
|
+
## Quick Installation
|
|
8
|
+
|
|
9
|
+
Fontsource has a variety of methods to import CSS, such as using a bundler like Webpack. Alternatively, it supports SASS. Full documentation can be found [here](https://fontsource.org/docs/introduction).
|
|
10
|
+
|
|
11
|
+
```javascript
|
|
12
|
+
yarn add @fontsource/noto-emoji // npm install @fontsource/noto-emoji
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Within your app entry file or site component, import it in.
|
|
16
|
+
|
|
17
|
+
```javascript
|
|
18
|
+
import "@fontsource/noto-emoji"; // Defaults to weight 400.
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Supported variables:
|
|
22
|
+
|
|
23
|
+
- Weights: `[300,400,500,600,700]`
|
|
24
|
+
- Styles: `[normal]`
|
|
25
|
+
- Supported subsets: `[emoji]`
|
|
26
|
+
|
|
27
|
+
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
|
|
28
|
+
|
|
29
|
+
```css
|
|
30
|
+
body {
|
|
31
|
+
font-family: "Noto Emoji";
|
|
32
|
+
}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Variable Fonts
|
|
36
|
+
|
|
37
|
+
This particular typeface supports [variable fonts](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide).
|
|
38
|
+
|
|
39
|
+
Variable documentation can be found [here](https://fontsource.org/docs/variable-fonts).
|
|
40
|
+
|
|
41
|
+
## Licensing
|
|
42
|
+
|
|
43
|
+
It is important to always read the license for every font that you use.
|
|
44
|
+
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.
|
|
45
|
+
|
|
46
|
+
[Google Fonts License Attributions](https://fonts.google.com/attribution)
|
|
47
|
+
|
|
48
|
+
## Other Notes
|
|
49
|
+
|
|
50
|
+
Font version (provided by source): `v23`.
|
|
51
|
+
|
|
52
|
+
Feel free to star and contribute new ideas to this repository that aim to improve the performance of font loading, as well as expanding the existing library we already have. Any suggestions or ideas can be voiced via an [issue](https://github.com/fontsource/fontsource/issues).
|
package/emoji-300.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* noto-emoji-emoji-300-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 300;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-300-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-300-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
package/emoji-400.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* noto-emoji-emoji-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-400-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
package/emoji-500.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* noto-emoji-emoji-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-500-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
package/emoji-600.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* noto-emoji-emoji-600-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 600;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-600-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-600-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
package/emoji-700.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* noto-emoji-emoji-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-700-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
package/emoji.css
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* noto-emoji-emoji-300-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 300;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-300-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-300-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-emoji-400-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
src: url('./files/noto-emoji-emoji-400-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-400-normal.woff') format('woff');
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-emoji-500-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
src: url('./files/noto-emoji-emoji-500-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-500-normal.woff') format('woff');
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-emoji-600-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
src: url('./files/noto-emoji-emoji-600-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-600-normal.woff') format('woff');
|
|
35
|
+
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-emoji-700-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 700;
|
|
43
|
+
src: url('./files/noto-emoji-emoji-700-normal.woff2') format('woff2'), url('./files/noto-emoji-emoji-700-normal.woff') format('woff');
|
|
44
|
+
|
|
45
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-300-normal.woff2",
|
|
3
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-300-normal.woff",
|
|
4
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-400-normal.woff2",
|
|
5
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-400-normal.woff",
|
|
6
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-500-normal.woff2",
|
|
7
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-500-normal.woff",
|
|
8
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-600-normal.woff2",
|
|
9
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-600-normal.woff",
|
|
10
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-700-normal.woff2",
|
|
11
|
+
"./fonts/google/noto-emoji/files/noto-emoji-emoji-700-normal.woff",
|
|
12
|
+
"./fonts/google/noto-emoji/files/noto-emoji-0-300-normal.woff2",
|
|
13
|
+
"./fonts/google/noto-emoji/files/noto-emoji-all-300-normal.woff",
|
|
14
|
+
"./fonts/google/noto-emoji/files/noto-emoji-1-300-normal.woff2",
|
|
15
|
+
"./fonts/google/noto-emoji/files/noto-emoji-2-300-normal.woff2",
|
|
16
|
+
"./fonts/google/noto-emoji/files/noto-emoji-3-300-normal.woff2",
|
|
17
|
+
"./fonts/google/noto-emoji/files/noto-emoji-4-300-normal.woff2",
|
|
18
|
+
"./fonts/google/noto-emoji/files/noto-emoji-5-300-normal.woff2",
|
|
19
|
+
"./fonts/google/noto-emoji/files/noto-emoji-6-300-normal.woff2",
|
|
20
|
+
"./fonts/google/noto-emoji/files/noto-emoji-7-300-normal.woff2",
|
|
21
|
+
"./fonts/google/noto-emoji/files/noto-emoji-8-300-normal.woff2",
|
|
22
|
+
"./fonts/google/noto-emoji/files/noto-emoji-9-300-normal.woff2",
|
|
23
|
+
"./fonts/google/noto-emoji/files/noto-emoji-0-400-normal.woff2",
|
|
24
|
+
"./fonts/google/noto-emoji/files/noto-emoji-all-400-normal.woff",
|
|
25
|
+
"./fonts/google/noto-emoji/files/noto-emoji-1-400-normal.woff2",
|
|
26
|
+
"./fonts/google/noto-emoji/files/noto-emoji-2-400-normal.woff2",
|
|
27
|
+
"./fonts/google/noto-emoji/files/noto-emoji-3-400-normal.woff2",
|
|
28
|
+
"./fonts/google/noto-emoji/files/noto-emoji-4-400-normal.woff2",
|
|
29
|
+
"./fonts/google/noto-emoji/files/noto-emoji-5-400-normal.woff2",
|
|
30
|
+
"./fonts/google/noto-emoji/files/noto-emoji-6-400-normal.woff2",
|
|
31
|
+
"./fonts/google/noto-emoji/files/noto-emoji-7-400-normal.woff2",
|
|
32
|
+
"./fonts/google/noto-emoji/files/noto-emoji-8-400-normal.woff2",
|
|
33
|
+
"./fonts/google/noto-emoji/files/noto-emoji-9-400-normal.woff2",
|
|
34
|
+
"./fonts/google/noto-emoji/files/noto-emoji-0-500-normal.woff2",
|
|
35
|
+
"./fonts/google/noto-emoji/files/noto-emoji-all-500-normal.woff",
|
|
36
|
+
"./fonts/google/noto-emoji/files/noto-emoji-1-500-normal.woff2",
|
|
37
|
+
"./fonts/google/noto-emoji/files/noto-emoji-2-500-normal.woff2",
|
|
38
|
+
"./fonts/google/noto-emoji/files/noto-emoji-3-500-normal.woff2",
|
|
39
|
+
"./fonts/google/noto-emoji/files/noto-emoji-4-500-normal.woff2",
|
|
40
|
+
"./fonts/google/noto-emoji/files/noto-emoji-5-500-normal.woff2",
|
|
41
|
+
"./fonts/google/noto-emoji/files/noto-emoji-6-500-normal.woff2",
|
|
42
|
+
"./fonts/google/noto-emoji/files/noto-emoji-7-500-normal.woff2",
|
|
43
|
+
"./fonts/google/noto-emoji/files/noto-emoji-8-500-normal.woff2",
|
|
44
|
+
"./fonts/google/noto-emoji/files/noto-emoji-9-500-normal.woff2",
|
|
45
|
+
"./fonts/google/noto-emoji/files/noto-emoji-0-600-normal.woff2",
|
|
46
|
+
"./fonts/google/noto-emoji/files/noto-emoji-all-600-normal.woff",
|
|
47
|
+
"./fonts/google/noto-emoji/files/noto-emoji-1-600-normal.woff2",
|
|
48
|
+
"./fonts/google/noto-emoji/files/noto-emoji-2-600-normal.woff2",
|
|
49
|
+
"./fonts/google/noto-emoji/files/noto-emoji-3-600-normal.woff2",
|
|
50
|
+
"./fonts/google/noto-emoji/files/noto-emoji-4-600-normal.woff2",
|
|
51
|
+
"./fonts/google/noto-emoji/files/noto-emoji-5-600-normal.woff2",
|
|
52
|
+
"./fonts/google/noto-emoji/files/noto-emoji-6-600-normal.woff2",
|
|
53
|
+
"./fonts/google/noto-emoji/files/noto-emoji-7-600-normal.woff2",
|
|
54
|
+
"./fonts/google/noto-emoji/files/noto-emoji-8-600-normal.woff2",
|
|
55
|
+
"./fonts/google/noto-emoji/files/noto-emoji-9-600-normal.woff2",
|
|
56
|
+
"./fonts/google/noto-emoji/files/noto-emoji-0-700-normal.woff2",
|
|
57
|
+
"./fonts/google/noto-emoji/files/noto-emoji-all-700-normal.woff",
|
|
58
|
+
"./fonts/google/noto-emoji/files/noto-emoji-1-700-normal.woff2",
|
|
59
|
+
"./fonts/google/noto-emoji/files/noto-emoji-2-700-normal.woff2",
|
|
60
|
+
"./fonts/google/noto-emoji/files/noto-emoji-3-700-normal.woff2",
|
|
61
|
+
"./fonts/google/noto-emoji/files/noto-emoji-4-700-normal.woff2",
|
|
62
|
+
"./fonts/google/noto-emoji/files/noto-emoji-5-700-normal.woff2",
|
|
63
|
+
"./fonts/google/noto-emoji/files/noto-emoji-6-700-normal.woff2",
|
|
64
|
+
"./fonts/google/noto-emoji/files/noto-emoji-7-700-normal.woff2",
|
|
65
|
+
"./fonts/google/noto-emoji/files/noto-emoji-8-700-normal.woff2",
|
|
66
|
+
"./fonts/google/noto-emoji/files/noto-emoji-9-700-normal.woff2",
|
|
67
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[0]-variable-wghtOnly-normal.woff2",
|
|
68
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[1]-variable-wghtOnly-normal.woff2",
|
|
69
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[2]-variable-wghtOnly-normal.woff2",
|
|
70
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[3]-variable-wghtOnly-normal.woff2",
|
|
71
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[4]-variable-wghtOnly-normal.woff2",
|
|
72
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[5]-variable-wghtOnly-normal.woff2",
|
|
73
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[6]-variable-wghtOnly-normal.woff2",
|
|
74
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[7]-variable-wghtOnly-normal.woff2",
|
|
75
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[8]-variable-wghtOnly-normal.woff2",
|
|
76
|
+
"./fonts/google/noto-emoji/files/noto-emoji-[9]-variable-wghtOnly-normal.woff2"
|
|
77
|
+
]
|
package/index.css
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* noto-emoji-[0]-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto Emoji';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/noto-emoji-0-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+1f1e6-1f1ff;
|
|
9
|
+
}
|
|
10
|
+
/* noto-emoji-[1]-400-normal*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Noto Emoji';
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
src: url('./files/noto-emoji-1-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f;
|
|
18
|
+
}
|
|
19
|
+
/* noto-emoji-[2]-400-normal*/
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Noto Emoji';
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: swap;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
src: url('./files/noto-emoji-2-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
26
|
+
unicode-range: U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1;
|
|
27
|
+
}
|
|
28
|
+
/* noto-emoji-[3]-400-normal*/
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Noto Emoji';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-display: swap;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
src: url('./files/noto-emoji-3-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
35
|
+
unicode-range: U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac;
|
|
36
|
+
}
|
|
37
|
+
/* noto-emoji-[4]-400-normal*/
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Noto Emoji';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
font-weight: 400;
|
|
43
|
+
src: url('./files/noto-emoji-4-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
44
|
+
unicode-range: U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9;
|
|
45
|
+
}
|
|
46
|
+
/* noto-emoji-[5]-400-normal*/
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'Noto Emoji';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-display: swap;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
src: url('./files/noto-emoji-5-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
53
|
+
unicode-range: U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c;
|
|
54
|
+
}
|
|
55
|
+
/* noto-emoji-[6]-400-normal*/
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Noto Emoji';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
src: url('./files/noto-emoji-6-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
62
|
+
unicode-range: U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9;
|
|
63
|
+
}
|
|
64
|
+
/* noto-emoji-[7]-400-normal*/
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Noto Emoji';
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-display: swap;
|
|
69
|
+
font-weight: 400;
|
|
70
|
+
src: url('./files/noto-emoji-7-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
71
|
+
unicode-range: U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7;
|
|
72
|
+
}
|
|
73
|
+
/* noto-emoji-[8]-400-normal*/
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Noto Emoji';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-display: swap;
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
src: url('./files/noto-emoji-8-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
80
|
+
unicode-range: 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;
|
|
81
|
+
}
|
|
82
|
+
/* noto-emoji-[9]-400-normal*/
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'Noto Emoji';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
src: url('./files/noto-emoji-9-400-normal.woff2') format('woff2'), url('./files/noto-emoji-all-400-normal.woff') format('woff');
|
|
89
|
+
unicode-range: 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6;
|
|
90
|
+
}
|
package/metadata.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fontId": "noto-emoji",
|
|
3
|
+
"fontName": "Noto Emoji",
|
|
4
|
+
"subsets": ["emoji"],
|
|
5
|
+
"weights": [300, 400, 500, 600, 700],
|
|
6
|
+
"styles": ["normal"],
|
|
7
|
+
"defSubset": "emoji",
|
|
8
|
+
"variable": { "wght": { "default": "400", "min": "300", "max": "700", "step": "1" } },
|
|
9
|
+
"lastModified": "2022-04-28",
|
|
10
|
+
"version": "v23",
|
|
11
|
+
"category": "sans-serif",
|
|
12
|
+
"source": "https://fonts.google.com/",
|
|
13
|
+
"license": "https://fonts.google.com/attribution",
|
|
14
|
+
"type": "google"
|
|
15
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"@fontsource/noto-emoji","version":"4.5.0","description":"Self-host the Noto Emoji font in a neatly bundled NPM package.","main":"index.css","publishConfig":{"access":"public"},"keywords":["fontsource","font","font family","google fonts","Noto Emoji","noto-emoji","css","sass","front-end","web","typeface"],"author":"Lotus <declininglotus@gmail.com>","license":"MIT","homepage":"https://github.com/fontsource/fontsource/tree/main/fonts/google/noto-emoji#readme","repository":{"type":"git","url":"https://github.com/fontsource/fontsource.git","directory":"fonts/google/noto-emoji"}}
|
package/scss/mixins.scss
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
$fontName: "Noto Emoji";
|
|
2
|
+
$fontId: "noto-emoji";
|
|
3
|
+
$style: normal;
|
|
4
|
+
$display: swap;
|
|
5
|
+
$weight: 400;
|
|
6
|
+
$fontDir: "~@fontsource/#{$fontId}/files";
|
|
7
|
+
$unicodeMap: (0: (U+1f1e6-1f1ff), 1: (U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f), 2: (U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1), 3: (U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac), 4: (U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9), 5: (U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c), 6: (U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9), 7: (U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7), 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), 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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6));
|
|
8
|
+
|
|
9
|
+
@mixin fontFace(
|
|
10
|
+
$fontName: $fontName,
|
|
11
|
+
$fontId: $fontId,
|
|
12
|
+
$style: $style,
|
|
13
|
+
$display: $display,
|
|
14
|
+
$weight: $weight,
|
|
15
|
+
$fontDir: $fontDir,
|
|
16
|
+
$unicodeMap: $unicodeMap
|
|
17
|
+
) {
|
|
18
|
+
@each $subset, $unicodeRangeValues in $unicodeMap {
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: "#{$fontName}";
|
|
21
|
+
font-style: $style;
|
|
22
|
+
font-display: $display;
|
|
23
|
+
font-weight: $weight;
|
|
24
|
+
src: url("#{$fontDir}/#{$fontId}-#{$subset}-#{$weight}-#{$style}.woff2") format("woff2"),
|
|
25
|
+
url("#{$fontDir}/#{$fontId}-all-#{$weight}-#{$style}.woff") format("woff");
|
|
26
|
+
unicode-range: $unicodeRangeValues;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
$defSubset: "emoji";
|
|
32
|
+
$unicodeRange: false;
|
|
33
|
+
$unicodeRangeValues: ();
|
|
34
|
+
|
|
35
|
+
@mixin fontFaceCustom(
|
|
36
|
+
$fontName: $fontName,
|
|
37
|
+
$fontId: $fontId,
|
|
38
|
+
$style: $style,
|
|
39
|
+
$display: $display,
|
|
40
|
+
$weight: $weight,
|
|
41
|
+
$woff2Path: null,
|
|
42
|
+
$woffPath: null,
|
|
43
|
+
$unicodeRange: $unicodeRange,
|
|
44
|
+
$unicodeRangeValues: $unicodeRangeValues
|
|
45
|
+
) {
|
|
46
|
+
@if $woffPath == null {
|
|
47
|
+
$woffPath: "#{$fontDir}/#{$fontId}-#{$defSubset}-#{$weight}-#{$style}.woff";
|
|
48
|
+
}
|
|
49
|
+
@if $woff2Path == null {
|
|
50
|
+
$woff2Path: "#{$fontDir}/#{$fontId}-#{$defSubset}-#{$weight}-#{$style}.woff2";
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@font-face {
|
|
54
|
+
font-family: "#{$fontName}";
|
|
55
|
+
font-style: $style;
|
|
56
|
+
font-display: $display;
|
|
57
|
+
font-weight: $weight;
|
|
58
|
+
src: url("#{$woff2Path}") format("woff2"), url("#{$woffPath}") format("woff");
|
|
59
|
+
@if $unicodeRange {
|
|
60
|
+
unicode-range: $unicodeRangeValues;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
$fontNameVariable: "Noto EmojiVariable";
|
|
66
|
+
$weightVariable: 300 700;
|
|
67
|
+
$type: "wghtOnly";
|
|
68
|
+
$stretch: null;
|
|
69
|
+
|
|
70
|
+
@mixin fontFaceVariable(
|
|
71
|
+
$fontName: $fontNameVariable,
|
|
72
|
+
$fontId: $fontId,
|
|
73
|
+
$style: $style,
|
|
74
|
+
$display: $display,
|
|
75
|
+
$weight: $weightVariable,
|
|
76
|
+
$fontDir: $fontDir,
|
|
77
|
+
$type: $type,
|
|
78
|
+
$stretch: $stretch,
|
|
79
|
+
$unicodeMap: $unicodeMap
|
|
80
|
+
) {
|
|
81
|
+
@each $subset, $unicodeRangeValues in $unicodeMap {
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: "#{$fontName}";
|
|
84
|
+
font-style: $style;
|
|
85
|
+
font-display: $display;
|
|
86
|
+
font-weight: $weight;
|
|
87
|
+
@if $type == "full" {
|
|
88
|
+
font-stretch: $stretch;
|
|
89
|
+
}
|
|
90
|
+
src: url("#{$fontDir}/#{$fontId}-#{$subset}-variable-#{$type}-#{$style}.woff2") format("woff2");
|
|
91
|
+
unicode-range: $unicodeRangeValues;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@mixin fontFaceVariableCustom(
|
|
97
|
+
$fontName: $fontNameVariable,
|
|
98
|
+
$fontId: $fontId,
|
|
99
|
+
$style: $style,
|
|
100
|
+
$display: $display,
|
|
101
|
+
$weight: $weightVariable,
|
|
102
|
+
$woff2Path: null,
|
|
103
|
+
$unicodeRange: $unicodeRange,
|
|
104
|
+
$unicodeRangeValues: $unicodeRangeValues
|
|
105
|
+
) {
|
|
106
|
+
@if $woff2Path == null {
|
|
107
|
+
$woff2Path: "#{$fontDir}/#{$fontId}-#{$defSubset}-variable-#{$type}-#{$style}.woff2";
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@font-face {
|
|
111
|
+
font-family: "#{$fontName}";
|
|
112
|
+
font-style: $style;
|
|
113
|
+
font-display: $display;
|
|
114
|
+
font-weight: $weight;
|
|
115
|
+
@if $type == "full" {
|
|
116
|
+
font-stretch: $stretch;
|
|
117
|
+
}
|
|
118
|
+
src: url("#{$woff2Path}") format("woff2");
|
|
119
|
+
@if $unicodeRange {
|
|
120
|
+
unicode-range: $unicodeRangeValues;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
package/unicode.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"[0]": "U+1f1e6-1f1ff",
|
|
3
|
+
"[1]": "U+200d, U+2620, U+26a7, U+fe0f, U+1f308, U+1f38c, U+1f3c1, U+1f3f3-1f3f4, U+1f6a9, U+e0062-e0063, U+e0065, U+e0067, U+e006c, U+e006e, U+e0073-e0074, U+e0077, U+e007f",
|
|
4
|
+
"[2]": "U+23, U+2a, U+30-39, U+a9, U+ae, U+200d, U+203c, U+2049, U+20e3, U+2122, U+2139, U+2194-2199, U+21a9-21aa, U+23cf, U+23e9-23ef, U+23f8-23fa, U+24c2, U+25aa-25ab, U+25b6, U+25c0, U+25fb-25fe, U+2611, U+2622-2623, U+2626, U+262a, U+262e-262f, U+2638, U+2640, U+2642, U+2648-2653, U+2660, U+2663, U+2665-2666, U+2668, U+267b, U+267e-267f, U+2695, U+269b-269c, U+26a0, U+26a7, U+26aa-26ab, U+26ce, U+26d4, U+2705, U+2714, U+2716, U+271d, U+2721, U+2733-2734, U+2747, U+274c, U+274e, U+2753-2755, U+2757, U+2764, U+2795-2797, U+27a1, U+27b0, U+27bf, U+2934-2935, U+2b05-2b07, U+2b1b-2b1c, U+2b55, U+3030, U+303d, U+3297, U+3299, U+fe0f, U+1f170-1f171, U+1f17e-1f17f, U+1f18e, U+1f191-1f19a, U+1f201-1f202, U+1f21a, U+1f22f, U+1f232-1f23a, U+1f250-1f251, U+1f310, U+1f3a6, U+1f3b5-1f3b6, U+1f3bc, U+1f3e7, U+1f441, U+1f499-1f49c, U+1f49f-1f4a0, U+1f4ac-1f4ad, U+1f4b1-1f4b2, U+1f4b9, U+1f4db, U+1f4f2-1f4f6, U+1f500-1f50a, U+1f515, U+1f518-1f524, U+1f52f-1f53d, U+1f549, U+1f54e, U+1f5a4, U+1f5e8, U+1f5ef, U+1f6ab, U+1f6ad-1f6b1, U+1f6b3, U+1f6b7-1f6bc, U+1f6be, U+1f6c2-1f6c5, U+1f6d0-1f6d1, U+1f6d7, U+1f7e0-1f7eb, U+1f7f0, U+1f90d-1f90e, U+1f9e1",
|
|
5
|
+
"[3]": "U+231a-231b, U+2328, U+23f0-23f3, U+2602, U+260e, U+2692, U+2694, U+2696-2697, U+2699, U+26b0-26b1, U+26cf, U+26d1, U+26d3, U+2702, U+2709, U+270f, U+2712, U+fe0f, U+1f302, U+1f321, U+1f392-1f393, U+1f3a9, U+1f3bd, U+1f3ee, U+1f3f7, U+1f3fa, U+1f451-1f462, U+1f484, U+1f489-1f48a, U+1f48c-1f48e, U+1f4a1, U+1f4a3, U+1f4b0, U+1f4b3-1f4b8, U+1f4bb-1f4da, U+1f4dc-1f4f1, U+1f4ff, U+1f50b-1f514, U+1f516-1f517, U+1f526-1f529, U+1f52c-1f52e, U+1f550-1f567, U+1f56f-1f570, U+1f576, U+1f587, U+1f58a-1f58d, U+1f5a5, U+1f5a8, U+1f5b1-1f5b2, U+1f5c2-1f5c4, U+1f5d1-1f5d3, U+1f5dc-1f5de, U+1f5e1, U+1f5f3, U+1f6aa, U+1f6ac, U+1f6bd, U+1f6bf, U+1f6c1, U+1f6cb, U+1f6cd-1f6cf, U+1f6d2, U+1f6e0-1f6e1, U+1f6f0, U+1f97b-1f97f, U+1f9af, U+1f9ba, U+1f9e2-1f9e6, U+1f9ea-1f9ec, U+1f9ee-1f9f4, U+1f9f7-1f9ff, U+1fa71-1fa74, U+1fa79-1fa7b, U+1fa86, U+1fa91-1fa93, U+1fa96, U+1fa99-1faa0, U+1faa2-1faa7, U+1faaa-1faac",
|
|
6
|
+
"[4]": "U+265f, U+26bd-26be, U+26f3, U+26f8, U+fe0f, U+1f004, U+1f0cf, U+1f380-1f384, U+1f386-1f38b, U+1f38d-1f391, U+1f396-1f397, U+1f399-1f39b, U+1f39e-1f39f, U+1f3a3-1f3a5, U+1f3a7-1f3a9, U+1f3ab-1f3b4, U+1f3b7-1f3bb, U+1f3bd-1f3c0, U+1f3c5-1f3c6, U+1f3c8-1f3c9, U+1f3cf-1f3d3, U+1f3f8-1f3f9, U+1f47e, U+1f4e2, U+1f4f7-1f4fd, U+1f52b, U+1f579, U+1f58c-1f58d, U+1f5bc, U+1f6f7, U+1f6f9, U+1f6fc, U+1f93f, U+1f941, U+1f945, U+1f947-1f94f, U+1f9e7-1f9e9, U+1f9f5-1f9f6, U+1fa70-1fa71, U+1fa80-1fa81, U+1fa83-1fa85, U+1fa94-1fa95, U+1fa97-1fa98, U+1faa1, U+1faa9",
|
|
7
|
+
"[5]": "U+2693, U+26e9-26ea, U+26f2, U+26f4-26f5, U+26fa, U+26fd, U+2708, U+fe0f, U+1f301, U+1f303, U+1f306-1f307, U+1f309, U+1f310, U+1f3a0-1f3a2, U+1f3aa, U+1f3cd-1f3ce, U+1f3d5, U+1f3d7-1f3db, U+1f3dd, U+1f3df-1f3e6, U+1f3e8-1f3ed, U+1f3ef-1f3f0, U+1f488, U+1f492, U+1f4ba, U+1f54b-1f54d, U+1f5fa-1f5ff, U+1f680-1f6a2, U+1f6a4-1f6a8, U+1f6b2, U+1f6d1, U+1f6d5-1f6d6, U+1f6dd-1f6df, U+1f6e2-1f6e5, U+1f6e9, U+1f6eb-1f6ec, U+1f6f3-1f6f6, U+1f6f8, U+1f6fa-1f6fb, U+1f9bc-1f9bd, U+1f9ed, U+1f9f3, U+1fa7c",
|
|
8
|
+
"[6]": "U+2615, U+fe0f, U+1f32d-1f330, U+1f336, U+1f33d, U+1f345-1f37f, U+1f382, U+1f52a, U+1f942-1f944, U+1f950-1f96f, U+1f99e, U+1f9aa, U+1f9c0-1f9cb, U+1fad0-1fad9",
|
|
9
|
+
"[7]": "U+200d, U+2600-2601, U+2603-2604, U+2614, U+2618, U+26a1, U+26c4-26c5, U+26c8, U+26f0-26f1, U+2728, U+2744, U+2b1b, U+2b50, U+fe0f, U+1f300-1f301, U+1f304-1f305, U+1f308, U+1f30a-1f30f, U+1f311-1f319, U+1f31f-1f321, U+1f324-1f32c, U+1f331-1f335, U+1f337-1f33c, U+1f33e-1f344, U+1f3d4, U+1f3d6, U+1f3dc, U+1f3de, U+1f3f5, U+1f400-1f43f, U+1f490, U+1f4a7, U+1f4ab, U+1f4ae, U+1f525, U+1f54a, U+1f577-1f578, U+1f648-1f64a, U+1f940, U+1f980-1f9ae, U+1f9ba, U+1fa90, U+1faa8, U+1fab0-1faba, U+1fae7",
|
|
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
|
+
"[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-1f38a, U+1f3fb-1f3ff, U+1f440-1f450, U+1f463-1f465, U+1f479-1f47b, U+1f47d, U+1f47f-1f480, U+1f485, U+1f48b-1f48c, U+1f493-1f49f, U+1f4a2, 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+1fa78-1fa79, U+1fac0-1fac2, U+1fae0-1fae7, U+1faf0-1faf6"
|
|
12
|
+
}
|
package/variable.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* noto-emoji-emoji-variable-wghtOnly-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Noto EmojiVariable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 300 700;
|
|
7
|
+
src: url('./files/noto-emoji-emoji-variable-wghtOnly-normal.woff2') format('woff2');
|
|
8
|
+
unicode-range: ;
|
|
9
|
+
}
|