@fontsource-variable/yanone-kaffeesatz 5.0.18 → 5.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/files/yanone-kaffeesatz-cyrillic-ext-wght-normal.woff2 +0 -0
- package/files/yanone-kaffeesatz-cyrillic-wght-normal.woff2 +0 -0
- package/files/yanone-kaffeesatz-latin-ext-wght-normal.woff2 +0 -0
- package/files/yanone-kaffeesatz-latin-wght-normal.woff2 +0 -0
- package/files/yanone-kaffeesatz-math-wght-normal.woff2 +0 -0
- package/files/yanone-kaffeesatz-symbols-wght-normal.woff2 +0 -0
- package/files/yanone-kaffeesatz-vietnamese-wght-normal.woff2 +0 -0
- package/index.css +27 -0
- package/metadata.json +1 -1
- package/package.json +2 -2
- package/wght.css +27 -0
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright 2010 The Yanone Kaffeesatz Project Authors (https://github.com/
|
|
1
|
+
Copyright 2010 The Yanone Kaffeesatz Project Authors (https://github.com/yanone/kaffeesatz)
|
|
2
2
|
|
|
3
3
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
4
4
|
This license is copied below, and is also available with a FAQ at:
|
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ body {
|
|
|
39
39
|
## Licensing
|
|
40
40
|
Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
|
|
41
41
|
|
|
42
|
-
Copyright 2010 The Yanone Kaffeesatz Project Authors (https://github.com/
|
|
42
|
+
Copyright 2010 The Yanone Kaffeesatz Project Authors (https://github.com/yanone/kaffeesatz)
|
|
43
43
|
[OFL-1.1](http://scripts.sil.org/OFL)
|
|
44
44
|
|
|
45
45
|
## Other Notes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/index.css
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/* yanone-kaffeesatz-cyrillic-ext-wght-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Yanone Kaffeesatz Variable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 200 700;
|
|
7
|
+
src: url(./files/yanone-kaffeesatz-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
|
|
8
|
+
}
|
|
9
|
+
|
|
1
10
|
/* yanone-kaffeesatz-cyrillic-wght-normal */
|
|
2
11
|
@font-face {
|
|
3
12
|
font-family: 'Yanone Kaffeesatz Variable';
|
|
@@ -8,6 +17,24 @@
|
|
|
8
17
|
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
9
18
|
}
|
|
10
19
|
|
|
20
|
+
/* yanone-kaffeesatz-math-wght-normal */
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'Yanone Kaffeesatz Variable';
|
|
23
|
+
font-style: normal;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
font-weight: 200 700;
|
|
26
|
+
src: url(./files/yanone-kaffeesatz-math-wght-normal.woff2) format('woff2-variations');
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* yanone-kaffeesatz-symbols-wght-normal */
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Yanone Kaffeesatz Variable';
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-display: swap;
|
|
34
|
+
font-weight: 200 700;
|
|
35
|
+
src: url(./files/yanone-kaffeesatz-symbols-wght-normal.woff2) format('woff2-variations');
|
|
36
|
+
}
|
|
37
|
+
|
|
11
38
|
/* yanone-kaffeesatz-vietnamese-wght-normal */
|
|
12
39
|
@font-face {
|
|
13
40
|
font-family: 'Yanone Kaffeesatz Variable';
|
package/metadata.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"license": {
|
|
15
15
|
"type": "OFL-1.1",
|
|
16
16
|
"url": "http://scripts.sil.org/OFL",
|
|
17
|
-
"attribution": "Copyright 2010 The Yanone Kaffeesatz Project Authors (https://github.com/
|
|
17
|
+
"attribution": "Copyright 2010 The Yanone Kaffeesatz Project Authors (https://github.com/yanone/kaffeesatz)"
|
|
18
18
|
},
|
|
19
19
|
"source": "https://github.com/google/fonts",
|
|
20
20
|
"type": "google"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource-variable/yanone-kaffeesatz",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.20",
|
|
4
4
|
"description": "Self-host the Yanone Kaffeesatz font in a neatly bundled NPM package.",
|
|
5
5
|
"main": "index.css",
|
|
6
6
|
"publishConfig": {"access": "public"},
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"url": "https://github.com/fontsource/font-files.git",
|
|
27
27
|
"directory": "fonts/variable/yanone-kaffeesatz"
|
|
28
28
|
},
|
|
29
|
-
"publishHash": "
|
|
29
|
+
"publishHash": "ccf0fef4c0a45be0"
|
|
30
30
|
}
|
package/wght.css
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/* yanone-kaffeesatz-cyrillic-ext-wght-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Yanone Kaffeesatz Variable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 200 700;
|
|
7
|
+
src: url(./files/yanone-kaffeesatz-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
|
|
8
|
+
}
|
|
9
|
+
|
|
1
10
|
/* yanone-kaffeesatz-cyrillic-wght-normal */
|
|
2
11
|
@font-face {
|
|
3
12
|
font-family: 'Yanone Kaffeesatz Variable';
|
|
@@ -8,6 +17,24 @@
|
|
|
8
17
|
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
9
18
|
}
|
|
10
19
|
|
|
20
|
+
/* yanone-kaffeesatz-math-wght-normal */
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'Yanone Kaffeesatz Variable';
|
|
23
|
+
font-style: normal;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
font-weight: 200 700;
|
|
26
|
+
src: url(./files/yanone-kaffeesatz-math-wght-normal.woff2) format('woff2-variations');
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* yanone-kaffeesatz-symbols-wght-normal */
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Yanone Kaffeesatz Variable';
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-display: swap;
|
|
34
|
+
font-weight: 200 700;
|
|
35
|
+
src: url(./files/yanone-kaffeesatz-symbols-wght-normal.woff2) format('woff2-variations');
|
|
36
|
+
}
|
|
37
|
+
|
|
11
38
|
/* yanone-kaffeesatz-vietnamese-wght-normal */
|
|
12
39
|
@font-face {
|
|
13
40
|
font-family: 'Yanone Kaffeesatz Variable';
|