@fontsource-variable/ubuntu-sans 5.0.1
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/CHANGELOG.md +2 -0
- package/LICENSE +96 -0
- package/README.md +48 -0
- package/files/ubuntu-sans-cyrillic-ext-standard-italic.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-ext-standard-normal.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-ext-wdth-italic.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-ext-wdth-normal.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-ext-wght-italic.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-ext-wght-normal.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-standard-italic.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-standard-normal.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-wdth-italic.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-wdth-normal.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-wght-italic.woff2 +0 -0
- package/files/ubuntu-sans-cyrillic-wght-normal.woff2 +0 -0
- package/files/ubuntu-sans-greek-ext-standard-italic.woff2 +0 -0
- package/files/ubuntu-sans-greek-ext-standard-normal.woff2 +0 -0
- package/files/ubuntu-sans-greek-ext-wdth-italic.woff2 +0 -0
- package/files/ubuntu-sans-greek-ext-wdth-normal.woff2 +0 -0
- package/files/ubuntu-sans-greek-ext-wght-italic.woff2 +0 -0
- package/files/ubuntu-sans-greek-ext-wght-normal.woff2 +0 -0
- package/files/ubuntu-sans-greek-standard-italic.woff2 +0 -0
- package/files/ubuntu-sans-greek-standard-normal.woff2 +0 -0
- package/files/ubuntu-sans-greek-wdth-italic.woff2 +0 -0
- package/files/ubuntu-sans-greek-wdth-normal.woff2 +0 -0
- package/files/ubuntu-sans-greek-wght-italic.woff2 +0 -0
- package/files/ubuntu-sans-greek-wght-normal.woff2 +0 -0
- package/files/ubuntu-sans-latin-ext-standard-italic.woff2 +0 -0
- package/files/ubuntu-sans-latin-ext-standard-normal.woff2 +0 -0
- package/files/ubuntu-sans-latin-ext-wdth-italic.woff2 +0 -0
- package/files/ubuntu-sans-latin-ext-wdth-normal.woff2 +0 -0
- package/files/ubuntu-sans-latin-ext-wght-italic.woff2 +0 -0
- package/files/ubuntu-sans-latin-ext-wght-normal.woff2 +0 -0
- package/files/ubuntu-sans-latin-standard-italic.woff2 +0 -0
- package/files/ubuntu-sans-latin-standard-normal.woff2 +0 -0
- package/files/ubuntu-sans-latin-wdth-italic.woff2 +0 -0
- package/files/ubuntu-sans-latin-wdth-normal.woff2 +0 -0
- package/files/ubuntu-sans-latin-wght-italic.woff2 +0 -0
- package/files/ubuntu-sans-latin-wght-normal.woff2 +0 -0
- package/index.css +59 -0
- package/metadata.json +30 -0
- package/package.json +29 -0
- package/scss/metadata.scss +40 -0
- package/scss/mixins.scss +192 -0
- package/standard-italic.css +65 -0
- package/standard.css +65 -0
- package/unicode.json +8 -0
- package/wdth-italic.css +65 -0
- package/wdth.css +65 -0
- package/wght-italic.css +59 -0
- package/wght.css +59 -0
package/CHANGELOG.md
ADDED
package/LICENSE
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
-------------------------------
|
|
2
|
+
UBUNTU FONT LICENCE Version 1.0
|
|
3
|
+
-------------------------------
|
|
4
|
+
|
|
5
|
+
PREAMBLE
|
|
6
|
+
This licence allows the licensed fonts to be used, studied, modified and
|
|
7
|
+
redistributed freely. The fonts, including any derivative works, can be
|
|
8
|
+
bundled, embedded, and redistributed provided the terms of this licence
|
|
9
|
+
are met. The fonts and derivatives, however, cannot be released under
|
|
10
|
+
any other licence. The requirement for fonts to remain under this
|
|
11
|
+
licence does not require any document created using the fonts or their
|
|
12
|
+
derivatives to be published under this licence, as long as the primary
|
|
13
|
+
purpose of the document is not to be a vehicle for the distribution of
|
|
14
|
+
the fonts.
|
|
15
|
+
|
|
16
|
+
DEFINITIONS
|
|
17
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
18
|
+
Holder(s) under this licence and clearly marked as such. This may
|
|
19
|
+
include source files, build scripts and documentation.
|
|
20
|
+
|
|
21
|
+
"Original Version" refers to the collection of Font Software components
|
|
22
|
+
as received under this licence.
|
|
23
|
+
|
|
24
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
25
|
+
or substituting -- in part or in whole -- any of the components of the
|
|
26
|
+
Original Version, by changing formats or by porting the Font Software to
|
|
27
|
+
a new environment.
|
|
28
|
+
|
|
29
|
+
"Copyright Holder(s)" refers to all individuals and companies who have a
|
|
30
|
+
copyright ownership of the Font Software.
|
|
31
|
+
|
|
32
|
+
"Substantially Changed" refers to Modified Versions which can be easily
|
|
33
|
+
identified as dissimilar to the Font Software by users of the Font
|
|
34
|
+
Software comparing the Original Version with the Modified Version.
|
|
35
|
+
|
|
36
|
+
To "Propagate" a work means to do anything with it that, without
|
|
37
|
+
permission, would make you directly or secondarily liable for
|
|
38
|
+
infringement under applicable copyright law, except executing it on a
|
|
39
|
+
computer or modifying a private copy. Propagation includes copying,
|
|
40
|
+
distribution (with or without modification and with or without charging
|
|
41
|
+
a redistribution fee), making available to the public, and in some
|
|
42
|
+
countries other activities as well.
|
|
43
|
+
|
|
44
|
+
PERMISSION & CONDITIONS
|
|
45
|
+
This licence does not grant any rights under trademark law and all such
|
|
46
|
+
rights are reserved.
|
|
47
|
+
|
|
48
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
49
|
+
copy of the Font Software, to propagate the Font Software, subject to
|
|
50
|
+
the below conditions:
|
|
51
|
+
|
|
52
|
+
1) Each copy of the Font Software must contain the above copyright
|
|
53
|
+
notice and this licence. These can be included either as stand-alone
|
|
54
|
+
text files, human-readable headers or in the appropriate machine-
|
|
55
|
+
readable metadata fields within text or binary files as long as those
|
|
56
|
+
fields can be easily viewed by the user.
|
|
57
|
+
|
|
58
|
+
2) The font name complies with the following:
|
|
59
|
+
(a) The Original Version must retain its name, unmodified.
|
|
60
|
+
(b) Modified Versions which are Substantially Changed must be renamed to
|
|
61
|
+
avoid use of the name of the Original Version or similar names entirely.
|
|
62
|
+
(c) Modified Versions which are not Substantially Changed must be
|
|
63
|
+
renamed to both (i) retain the name of the Original Version and (ii) add
|
|
64
|
+
additional naming elements to distinguish the Modified Version from the
|
|
65
|
+
Original Version. The name of such Modified Versions must be the name of
|
|
66
|
+
the Original Version, with "derivative X" where X represents the name of
|
|
67
|
+
the new work, appended to that name.
|
|
68
|
+
|
|
69
|
+
3) The name(s) of the Copyright Holder(s) and any contributor to the
|
|
70
|
+
Font Software shall not be used to promote, endorse or advertise any
|
|
71
|
+
Modified Version, except (i) as required by this licence, (ii) to
|
|
72
|
+
acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with
|
|
73
|
+
their explicit written permission.
|
|
74
|
+
|
|
75
|
+
4) The Font Software, modified or unmodified, in part or in whole, must
|
|
76
|
+
be distributed entirely under this licence, and must not be distributed
|
|
77
|
+
under any other licence. The requirement for fonts to remain under this
|
|
78
|
+
licence does not affect any document created using the Font Software,
|
|
79
|
+
except any version of the Font Software extracted from a document
|
|
80
|
+
created using the Font Software may only be distributed under this
|
|
81
|
+
licence.
|
|
82
|
+
|
|
83
|
+
TERMINATION
|
|
84
|
+
This licence becomes null and void if any of the above conditions are
|
|
85
|
+
not met.
|
|
86
|
+
|
|
87
|
+
DISCLAIMER
|
|
88
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
89
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
90
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
|
91
|
+
COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
92
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
93
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
94
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
95
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
|
|
96
|
+
DEALINGS IN THE FONT SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Fontsource Ubuntu Sans
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@fontsource-variable/ubuntu-sans) [](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 “Ubuntu Sans” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/ubuntu-sans) to view more details on this package.
|
|
6
|
+
|
|
7
|
+
## Quick Installation
|
|
8
|
+
|
|
9
|
+
Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction).
|
|
10
|
+
|
|
11
|
+
```javascript
|
|
12
|
+
npm install @fontsource-variable/ubuntu-sans
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Within your app entry file or site component, import it in.
|
|
16
|
+
|
|
17
|
+
```javascript
|
|
18
|
+
import "@fontsource-variable/ubuntu-sans"; // Defaults to wght axis
|
|
19
|
+
import "@fontsource-variable/ubuntu-sans/wght.css"; // Specify axis
|
|
20
|
+
import "@fontsource-variable/ubuntu-sans/wght-italic.css"; // Specify axis and style
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Supported variables:
|
|
24
|
+
- Weights: `[100,200,300,400,500,600,700,800]`
|
|
25
|
+
- Styles: `[italic,normal]`
|
|
26
|
+
- Subsets: `[cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext]`
|
|
27
|
+
- Axes: `[wdth,wght]`
|
|
28
|
+
|
|
29
|
+
> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/ubuntu-sans).
|
|
30
|
+
|
|
31
|
+
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
|
|
32
|
+
|
|
33
|
+
```css
|
|
34
|
+
body {
|
|
35
|
+
font-family: "Ubuntu Sans Variable";
|
|
36
|
+
}
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Licensing
|
|
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
|
+
|
|
42
|
+
Copyright 2011, 2022, 2023 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0
|
|
43
|
+
[UFL-1.0](http://font.ubuntu.com/ufl/)
|
|
44
|
+
|
|
45
|
+
## Other Notes
|
|
46
|
+
Font version (provided by source): `v2`.
|
|
47
|
+
|
|
48
|
+
If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/index.css
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-wght-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
|
|
8
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/* ubuntu-sans-cyrillic-wght-normal */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Ubuntu Sans Variable';
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
font-weight: 100 800;
|
|
17
|
+
src: url(./files/ubuntu-sans-cyrillic-wght-normal.woff2) format('woff2-variations');
|
|
18
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* ubuntu-sans-greek-ext-wght-normal */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Ubuntu Sans Variable';
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
font-weight: 100 800;
|
|
27
|
+
src: url(./files/ubuntu-sans-greek-ext-wght-normal.woff2) format('woff2-variations');
|
|
28
|
+
unicode-range: U+1F00-1FFF;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* ubuntu-sans-greek-wght-normal */
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Ubuntu Sans Variable';
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
font-weight: 100 800;
|
|
37
|
+
src: url(./files/ubuntu-sans-greek-wght-normal.woff2) format('woff2-variations');
|
|
38
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* ubuntu-sans-latin-ext-wght-normal */
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: 'Ubuntu Sans Variable';
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-display: swap;
|
|
46
|
+
font-weight: 100 800;
|
|
47
|
+
src: url(./files/ubuntu-sans-latin-ext-wght-normal.woff2) format('woff2-variations');
|
|
48
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/* ubuntu-sans-latin-wght-normal */
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Ubuntu Sans Variable';
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
font-weight: 100 800;
|
|
57
|
+
src: url(./files/ubuntu-sans-latin-wght-normal.woff2) format('woff2-variations');
|
|
58
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
59
|
+
}
|
package/metadata.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ubuntu-sans",
|
|
3
|
+
"family": "Ubuntu Sans",
|
|
4
|
+
"subsets": [
|
|
5
|
+
"cyrillic",
|
|
6
|
+
"cyrillic-ext",
|
|
7
|
+
"greek",
|
|
8
|
+
"greek-ext",
|
|
9
|
+
"latin",
|
|
10
|
+
"latin-ext"
|
|
11
|
+
],
|
|
12
|
+
"weights": [100, 200, 300, 400, 500, 600, 700, 800],
|
|
13
|
+
"styles": ["italic", "normal"],
|
|
14
|
+
"defSubset": "latin",
|
|
15
|
+
"variable": {
|
|
16
|
+
"ital": {"default": "0", "min": "0", "max": "1", "step": "1"},
|
|
17
|
+
"wdth": {"default": "100", "min": "75", "max": "100", "step": "0.1"},
|
|
18
|
+
"wght": {"default": "400", "min": "100", "max": "800", "step": "1"}
|
|
19
|
+
},
|
|
20
|
+
"lastModified": "2024-05-02",
|
|
21
|
+
"version": "v2",
|
|
22
|
+
"category": "sans-serif",
|
|
23
|
+
"license": {
|
|
24
|
+
"type": "UFL-1.0",
|
|
25
|
+
"url": "http://font.ubuntu.com/ufl/",
|
|
26
|
+
"attribution": "Copyright 2011, 2022, 2023 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0"
|
|
27
|
+
},
|
|
28
|
+
"source": "https://github.com/google/fonts",
|
|
29
|
+
"type": "google"
|
|
30
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fontsource-variable/ubuntu-sans",
|
|
3
|
+
"version": "5.0.1",
|
|
4
|
+
"description": "Self-host the Ubuntu Sans font in a neatly bundled NPM package.",
|
|
5
|
+
"main": "index.css",
|
|
6
|
+
"publishConfig": {"access": "public"},
|
|
7
|
+
"keywords": [
|
|
8
|
+
"fontsource",
|
|
9
|
+
"font",
|
|
10
|
+
"font family",
|
|
11
|
+
"google fonts",
|
|
12
|
+
"ubuntu-sans",
|
|
13
|
+
"Ubuntu Sans",
|
|
14
|
+
"css",
|
|
15
|
+
"sass",
|
|
16
|
+
"front-end",
|
|
17
|
+
"web",
|
|
18
|
+
"typeface",
|
|
19
|
+
"variable"
|
|
20
|
+
],
|
|
21
|
+
"author": "Google Inc.",
|
|
22
|
+
"license": "UFL-1.0",
|
|
23
|
+
"homepage": "https://fontsource.org/fonts/ubuntu-sans",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/fontsource/font-files.git",
|
|
27
|
+
"directory": "fonts/variable/ubuntu-sans"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
$id: 'ubuntu-sans' !default;
|
|
2
|
+
$family: 'Ubuntu Sans' !default;
|
|
3
|
+
$category: sans-serif !default;
|
|
4
|
+
$subsets: (cyrillic, cyrillic-ext, greek, greek-ext, latin, latin-ext) !default;
|
|
5
|
+
$weights: (100, 200, 300, 400, 500, 600, 700, 800) !default;
|
|
6
|
+
$styles: (italic, normal) !default;
|
|
7
|
+
$axes: (
|
|
8
|
+
ital: (
|
|
9
|
+
default: 0,
|
|
10
|
+
min: 0,
|
|
11
|
+
max: 1,
|
|
12
|
+
step: 1,
|
|
13
|
+
),
|
|
14
|
+
wdth: (
|
|
15
|
+
default: 100,
|
|
16
|
+
min: 75,
|
|
17
|
+
max: 100,
|
|
18
|
+
step: 0.1,
|
|
19
|
+
),
|
|
20
|
+
wght: (
|
|
21
|
+
default: 400,
|
|
22
|
+
min: 100,
|
|
23
|
+
max: 800,
|
|
24
|
+
step: 1,
|
|
25
|
+
),
|
|
26
|
+
) !default;
|
|
27
|
+
$defaults: (
|
|
28
|
+
subset: latin,
|
|
29
|
+
weight: 400,
|
|
30
|
+
style: normal,
|
|
31
|
+
axis: wght,
|
|
32
|
+
) !default;
|
|
33
|
+
$unicode: (
|
|
34
|
+
cyrillic-ext: (U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F),
|
|
35
|
+
cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116),
|
|
36
|
+
greek-ext: (U+1F00-1FFF),
|
|
37
|
+
greek: (U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF),
|
|
38
|
+
latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF),
|
|
39
|
+
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
|
|
40
|
+
) !default;
|
package/scss/mixins.scss
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
@use 'sass:list';
|
|
2
|
+
@use 'sass:map';
|
|
3
|
+
@use 'sass:math';
|
|
4
|
+
@use 'sass:meta';
|
|
5
|
+
@use 'sass:string';
|
|
6
|
+
|
|
7
|
+
@use 'metadata';
|
|
8
|
+
|
|
9
|
+
$metadata: meta.module-variables(metadata) !default;
|
|
10
|
+
$directory: null !default;
|
|
11
|
+
|
|
12
|
+
$family: null !default;
|
|
13
|
+
$display: null !default;
|
|
14
|
+
$formats: null !default;
|
|
15
|
+
$subsets: null !default;
|
|
16
|
+
$weights: null !default;
|
|
17
|
+
$styles: null !default;
|
|
18
|
+
$axes: null !default;
|
|
19
|
+
|
|
20
|
+
// Deprecated
|
|
21
|
+
$displayVar: null !default;
|
|
22
|
+
|
|
23
|
+
@mixin generator(
|
|
24
|
+
$metadata: $metadata,
|
|
25
|
+
$directory: $directory,
|
|
26
|
+
$family: $family,
|
|
27
|
+
$display: $display,
|
|
28
|
+
$formats: $formats,
|
|
29
|
+
$subsets: $subsets,
|
|
30
|
+
$weights: $weights,
|
|
31
|
+
$styles: $styles,
|
|
32
|
+
$axes: $axes,
|
|
33
|
+
|
|
34
|
+
// Deprecated
|
|
35
|
+
$displayVar: $displayVar
|
|
36
|
+
) {
|
|
37
|
+
|
|
38
|
+
@if $displayVar != null {
|
|
39
|
+
@warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726).";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
$isVariable: map.get($metadata, axes) != null;
|
|
43
|
+
|
|
44
|
+
$directory: if(
|
|
45
|
+
$directory,
|
|
46
|
+
$directory,
|
|
47
|
+
'~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files'
|
|
48
|
+
);
|
|
49
|
+
|
|
50
|
+
$family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', ''));
|
|
51
|
+
$display: if($display, $display, swap);
|
|
52
|
+
$formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats);
|
|
53
|
+
$subsets: if(
|
|
54
|
+
$subsets,
|
|
55
|
+
if($subsets == all, map.get($metadata, subsets), $subsets),
|
|
56
|
+
map.get($metadata, subsets)
|
|
57
|
+
);
|
|
58
|
+
$weights: if(
|
|
59
|
+
$weights,
|
|
60
|
+
if($weights == all, map.get($metadata, weights), $weights),
|
|
61
|
+
map.get($metadata, defaults, weight)
|
|
62
|
+
);
|
|
63
|
+
$styles: if(
|
|
64
|
+
$styles,
|
|
65
|
+
if($styles == all, map.get($metadata, styles), $styles),
|
|
66
|
+
map.get($metadata, defaults, style)
|
|
67
|
+
);
|
|
68
|
+
$axes: if(
|
|
69
|
+
$axes,
|
|
70
|
+
if($axes == all, full, $axes),
|
|
71
|
+
if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null)
|
|
72
|
+
);
|
|
73
|
+
|
|
74
|
+
@each $subset in $subsets {
|
|
75
|
+
@each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) {
|
|
76
|
+
// If condition is true, generate faces for the current subset
|
|
77
|
+
@if (
|
|
78
|
+
// If there is no unicode information for the font or
|
|
79
|
+
($unicodeSubset == null) or
|
|
80
|
+
// If the subset match a unicode subset or
|
|
81
|
+
($subset == $unicodeSubset) or
|
|
82
|
+
(
|
|
83
|
+
// If $unicodeSubset is a numeric unicode subset
|
|
84
|
+
// and current subset exists in the list of font subsets but does not match any unicode subset
|
|
85
|
+
// then generate faces for this numeric unicode subset as it is representing part of the current subset
|
|
86
|
+
list.index(map.get($metadata, subsets), $subset) and not
|
|
87
|
+
map.has-key($metadata, unicode, $subset) and not
|
|
88
|
+
list.index(map.get($metadata, subsets), $unicodeSubset)
|
|
89
|
+
)
|
|
90
|
+
) {
|
|
91
|
+
@each $weight in if($axes, null, $weights) {
|
|
92
|
+
@each $axis in $axes {
|
|
93
|
+
@each $style in $styles {
|
|
94
|
+
$variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}';
|
|
95
|
+
|
|
96
|
+
$src: ();
|
|
97
|
+
@each $format in $formats {
|
|
98
|
+
$src: append(
|
|
99
|
+
$src,
|
|
100
|
+
url('#{$directory}/#{$variant}.#{$format}')
|
|
101
|
+
format('#{$format}#{if($axis, '-variations', '')}'),
|
|
102
|
+
comma
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@content ((
|
|
107
|
+
metadata: $metadata,
|
|
108
|
+
directory: $directory,
|
|
109
|
+
family: $family,
|
|
110
|
+
display: $display,
|
|
111
|
+
formats: $formats,
|
|
112
|
+
subsets: $subsets,
|
|
113
|
+
weights: $weights,
|
|
114
|
+
styles: $styles,
|
|
115
|
+
axes: $axes,
|
|
116
|
+
|
|
117
|
+
variant: $variant,
|
|
118
|
+
subset: $subset,
|
|
119
|
+
unicodeSubset: $unicodeSubset,
|
|
120
|
+
unicodeRange: $unicodeRange,
|
|
121
|
+
weight: $weight,
|
|
122
|
+
axis: $axis,
|
|
123
|
+
style: $style,
|
|
124
|
+
|
|
125
|
+
font-family: string.quote($family),
|
|
126
|
+
font-style: if(
|
|
127
|
+
(($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt),
|
|
128
|
+
oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg,
|
|
129
|
+
$style
|
|
130
|
+
),
|
|
131
|
+
font-display: $display,
|
|
132
|
+
font-weight: if(
|
|
133
|
+
(($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght),
|
|
134
|
+
map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max),
|
|
135
|
+
$weight
|
|
136
|
+
),
|
|
137
|
+
font-stretch: if(
|
|
138
|
+
(($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth),
|
|
139
|
+
'#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%',
|
|
140
|
+
null
|
|
141
|
+
),
|
|
142
|
+
src: $src,
|
|
143
|
+
unicode-range: $unicodeRange,
|
|
144
|
+
));
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@mixin faces(
|
|
154
|
+
$metadata: $metadata,
|
|
155
|
+
$directory: $directory,
|
|
156
|
+
$family: $family,
|
|
157
|
+
$display: $display,
|
|
158
|
+
$formats: $formats,
|
|
159
|
+
$subsets: $subsets,
|
|
160
|
+
$weights: $weights,
|
|
161
|
+
$styles: $styles,
|
|
162
|
+
$axes: $axes,
|
|
163
|
+
|
|
164
|
+
// Deprecated
|
|
165
|
+
$displayVar: $displayVar
|
|
166
|
+
) {
|
|
167
|
+
@include generator(
|
|
168
|
+
$metadata: $metadata,
|
|
169
|
+
$directory: $directory,
|
|
170
|
+
$family: $family,
|
|
171
|
+
$display: $display,
|
|
172
|
+
$formats: $formats,
|
|
173
|
+
$subsets: $subsets,
|
|
174
|
+
$weights: $weights,
|
|
175
|
+
$styles: $styles,
|
|
176
|
+
$axes: $axes,
|
|
177
|
+
|
|
178
|
+
$displayVar: $displayVar
|
|
179
|
+
)
|
|
180
|
+
using ($props) {
|
|
181
|
+
/* #{map.get($props, variant)} */
|
|
182
|
+
@font-face {
|
|
183
|
+
font-family: map.get($props, font-family);
|
|
184
|
+
font-style: map.get($props, font-style);
|
|
185
|
+
font-display: map.get($props, font-display);
|
|
186
|
+
font-weight: map.get($props, font-weight);
|
|
187
|
+
font-stretch: map.get($props, font-stretch);
|
|
188
|
+
unicode-range: map.get($props, unicode-range);
|
|
189
|
+
src: map.get($props, src);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-standard-italic */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
font-stretch: 75% 100%;
|
|
8
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-standard-italic.woff2) format('woff2-variations');
|
|
9
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* ubuntu-sans-cyrillic-standard-italic */
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Ubuntu Sans Variable';
|
|
15
|
+
font-style: italic;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
font-weight: 100 800;
|
|
18
|
+
font-stretch: 75% 100%;
|
|
19
|
+
src: url(./files/ubuntu-sans-cyrillic-standard-italic.woff2) format('woff2-variations');
|
|
20
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* ubuntu-sans-greek-ext-standard-italic */
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Ubuntu Sans Variable';
|
|
26
|
+
font-style: italic;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
font-weight: 100 800;
|
|
29
|
+
font-stretch: 75% 100%;
|
|
30
|
+
src: url(./files/ubuntu-sans-greek-ext-standard-italic.woff2) format('woff2-variations');
|
|
31
|
+
unicode-range: U+1F00-1FFF;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* ubuntu-sans-greek-standard-italic */
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Ubuntu Sans Variable';
|
|
37
|
+
font-style: italic;
|
|
38
|
+
font-display: swap;
|
|
39
|
+
font-weight: 100 800;
|
|
40
|
+
font-stretch: 75% 100%;
|
|
41
|
+
src: url(./files/ubuntu-sans-greek-standard-italic.woff2) format('woff2-variations');
|
|
42
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* ubuntu-sans-latin-ext-standard-italic */
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Ubuntu Sans Variable';
|
|
48
|
+
font-style: italic;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
font-weight: 100 800;
|
|
51
|
+
font-stretch: 75% 100%;
|
|
52
|
+
src: url(./files/ubuntu-sans-latin-ext-standard-italic.woff2) format('woff2-variations');
|
|
53
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* ubuntu-sans-latin-standard-italic */
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Ubuntu Sans Variable';
|
|
59
|
+
font-style: italic;
|
|
60
|
+
font-display: swap;
|
|
61
|
+
font-weight: 100 800;
|
|
62
|
+
font-stretch: 75% 100%;
|
|
63
|
+
src: url(./files/ubuntu-sans-latin-standard-italic.woff2) format('woff2-variations');
|
|
64
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
65
|
+
}
|
package/standard.css
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-standard-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
font-stretch: 75% 100%;
|
|
8
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-standard-normal.woff2) format('woff2-variations');
|
|
9
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* ubuntu-sans-cyrillic-standard-normal */
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Ubuntu Sans Variable';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
font-weight: 100 800;
|
|
18
|
+
font-stretch: 75% 100%;
|
|
19
|
+
src: url(./files/ubuntu-sans-cyrillic-standard-normal.woff2) format('woff2-variations');
|
|
20
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* ubuntu-sans-greek-ext-standard-normal */
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Ubuntu Sans Variable';
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
font-weight: 100 800;
|
|
29
|
+
font-stretch: 75% 100%;
|
|
30
|
+
src: url(./files/ubuntu-sans-greek-ext-standard-normal.woff2) format('woff2-variations');
|
|
31
|
+
unicode-range: U+1F00-1FFF;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* ubuntu-sans-greek-standard-normal */
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Ubuntu Sans Variable';
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-display: swap;
|
|
39
|
+
font-weight: 100 800;
|
|
40
|
+
font-stretch: 75% 100%;
|
|
41
|
+
src: url(./files/ubuntu-sans-greek-standard-normal.woff2) format('woff2-variations');
|
|
42
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* ubuntu-sans-latin-ext-standard-normal */
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Ubuntu Sans Variable';
|
|
48
|
+
font-style: normal;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
font-weight: 100 800;
|
|
51
|
+
font-stretch: 75% 100%;
|
|
52
|
+
src: url(./files/ubuntu-sans-latin-ext-standard-normal.woff2) format('woff2-variations');
|
|
53
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* ubuntu-sans-latin-standard-normal */
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Ubuntu Sans Variable';
|
|
59
|
+
font-style: normal;
|
|
60
|
+
font-display: swap;
|
|
61
|
+
font-weight: 100 800;
|
|
62
|
+
font-stretch: 75% 100%;
|
|
63
|
+
src: url(./files/ubuntu-sans-latin-standard-normal.woff2) format('woff2-variations');
|
|
64
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
65
|
+
}
|
package/unicode.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cyrillic-ext": "U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F",
|
|
3
|
+
"cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116",
|
|
4
|
+
"greek-ext": "U+1F00-1FFF",
|
|
5
|
+
"greek": "U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF",
|
|
6
|
+
"latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF",
|
|
7
|
+
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
|
|
8
|
+
}
|
package/wdth-italic.css
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-wdth-italic */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
font-stretch: 75% 100%;
|
|
8
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-wdth-italic.woff2) format('woff2-variations');
|
|
9
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* ubuntu-sans-cyrillic-wdth-italic */
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Ubuntu Sans Variable';
|
|
15
|
+
font-style: italic;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
font-weight: 100 800;
|
|
18
|
+
font-stretch: 75% 100%;
|
|
19
|
+
src: url(./files/ubuntu-sans-cyrillic-wdth-italic.woff2) format('woff2-variations');
|
|
20
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* ubuntu-sans-greek-ext-wdth-italic */
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Ubuntu Sans Variable';
|
|
26
|
+
font-style: italic;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
font-weight: 100 800;
|
|
29
|
+
font-stretch: 75% 100%;
|
|
30
|
+
src: url(./files/ubuntu-sans-greek-ext-wdth-italic.woff2) format('woff2-variations');
|
|
31
|
+
unicode-range: U+1F00-1FFF;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* ubuntu-sans-greek-wdth-italic */
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Ubuntu Sans Variable';
|
|
37
|
+
font-style: italic;
|
|
38
|
+
font-display: swap;
|
|
39
|
+
font-weight: 100 800;
|
|
40
|
+
font-stretch: 75% 100%;
|
|
41
|
+
src: url(./files/ubuntu-sans-greek-wdth-italic.woff2) format('woff2-variations');
|
|
42
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* ubuntu-sans-latin-ext-wdth-italic */
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Ubuntu Sans Variable';
|
|
48
|
+
font-style: italic;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
font-weight: 100 800;
|
|
51
|
+
font-stretch: 75% 100%;
|
|
52
|
+
src: url(./files/ubuntu-sans-latin-ext-wdth-italic.woff2) format('woff2-variations');
|
|
53
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* ubuntu-sans-latin-wdth-italic */
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Ubuntu Sans Variable';
|
|
59
|
+
font-style: italic;
|
|
60
|
+
font-display: swap;
|
|
61
|
+
font-weight: 100 800;
|
|
62
|
+
font-stretch: 75% 100%;
|
|
63
|
+
src: url(./files/ubuntu-sans-latin-wdth-italic.woff2) format('woff2-variations');
|
|
64
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
65
|
+
}
|
package/wdth.css
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-wdth-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
font-stretch: 75% 100%;
|
|
8
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-wdth-normal.woff2) format('woff2-variations');
|
|
9
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* ubuntu-sans-cyrillic-wdth-normal */
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Ubuntu Sans Variable';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
font-weight: 100 800;
|
|
18
|
+
font-stretch: 75% 100%;
|
|
19
|
+
src: url(./files/ubuntu-sans-cyrillic-wdth-normal.woff2) format('woff2-variations');
|
|
20
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* ubuntu-sans-greek-ext-wdth-normal */
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Ubuntu Sans Variable';
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
font-weight: 100 800;
|
|
29
|
+
font-stretch: 75% 100%;
|
|
30
|
+
src: url(./files/ubuntu-sans-greek-ext-wdth-normal.woff2) format('woff2-variations');
|
|
31
|
+
unicode-range: U+1F00-1FFF;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* ubuntu-sans-greek-wdth-normal */
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Ubuntu Sans Variable';
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-display: swap;
|
|
39
|
+
font-weight: 100 800;
|
|
40
|
+
font-stretch: 75% 100%;
|
|
41
|
+
src: url(./files/ubuntu-sans-greek-wdth-normal.woff2) format('woff2-variations');
|
|
42
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* ubuntu-sans-latin-ext-wdth-normal */
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Ubuntu Sans Variable';
|
|
48
|
+
font-style: normal;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
font-weight: 100 800;
|
|
51
|
+
font-stretch: 75% 100%;
|
|
52
|
+
src: url(./files/ubuntu-sans-latin-ext-wdth-normal.woff2) format('woff2-variations');
|
|
53
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* ubuntu-sans-latin-wdth-normal */
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Ubuntu Sans Variable';
|
|
59
|
+
font-style: normal;
|
|
60
|
+
font-display: swap;
|
|
61
|
+
font-weight: 100 800;
|
|
62
|
+
font-stretch: 75% 100%;
|
|
63
|
+
src: url(./files/ubuntu-sans-latin-wdth-normal.woff2) format('woff2-variations');
|
|
64
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
65
|
+
}
|
package/wght-italic.css
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-wght-italic */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-wght-italic.woff2) format('woff2-variations');
|
|
8
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/* ubuntu-sans-cyrillic-wght-italic */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Ubuntu Sans Variable';
|
|
14
|
+
font-style: italic;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
font-weight: 100 800;
|
|
17
|
+
src: url(./files/ubuntu-sans-cyrillic-wght-italic.woff2) format('woff2-variations');
|
|
18
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* ubuntu-sans-greek-ext-wght-italic */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Ubuntu Sans Variable';
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
font-weight: 100 800;
|
|
27
|
+
src: url(./files/ubuntu-sans-greek-ext-wght-italic.woff2) format('woff2-variations');
|
|
28
|
+
unicode-range: U+1F00-1FFF;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* ubuntu-sans-greek-wght-italic */
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Ubuntu Sans Variable';
|
|
34
|
+
font-style: italic;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
font-weight: 100 800;
|
|
37
|
+
src: url(./files/ubuntu-sans-greek-wght-italic.woff2) format('woff2-variations');
|
|
38
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* ubuntu-sans-latin-ext-wght-italic */
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: 'Ubuntu Sans Variable';
|
|
44
|
+
font-style: italic;
|
|
45
|
+
font-display: swap;
|
|
46
|
+
font-weight: 100 800;
|
|
47
|
+
src: url(./files/ubuntu-sans-latin-ext-wght-italic.woff2) format('woff2-variations');
|
|
48
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/* ubuntu-sans-latin-wght-italic */
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Ubuntu Sans Variable';
|
|
54
|
+
font-style: italic;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
font-weight: 100 800;
|
|
57
|
+
src: url(./files/ubuntu-sans-latin-wght-italic.woff2) format('woff2-variations');
|
|
58
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
59
|
+
}
|
package/wght.css
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* ubuntu-sans-cyrillic-ext-wght-normal */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu Sans Variable';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 100 800;
|
|
7
|
+
src: url(./files/ubuntu-sans-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
|
|
8
|
+
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/* ubuntu-sans-cyrillic-wght-normal */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Ubuntu Sans Variable';
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
font-weight: 100 800;
|
|
17
|
+
src: url(./files/ubuntu-sans-cyrillic-wght-normal.woff2) format('woff2-variations');
|
|
18
|
+
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* ubuntu-sans-greek-ext-wght-normal */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Ubuntu Sans Variable';
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
font-weight: 100 800;
|
|
27
|
+
src: url(./files/ubuntu-sans-greek-ext-wght-normal.woff2) format('woff2-variations');
|
|
28
|
+
unicode-range: U+1F00-1FFF;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* ubuntu-sans-greek-wght-normal */
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Ubuntu Sans Variable';
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
font-weight: 100 800;
|
|
37
|
+
src: url(./files/ubuntu-sans-greek-wght-normal.woff2) format('woff2-variations');
|
|
38
|
+
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* ubuntu-sans-latin-ext-wght-normal */
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: 'Ubuntu Sans Variable';
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-display: swap;
|
|
46
|
+
font-weight: 100 800;
|
|
47
|
+
src: url(./files/ubuntu-sans-latin-ext-wght-normal.woff2) format('woff2-variations');
|
|
48
|
+
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/* ubuntu-sans-latin-wght-normal */
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Ubuntu Sans Variable';
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
font-weight: 100 800;
|
|
57
|
+
src: url(./files/ubuntu-sans-latin-wght-normal.woff2) format('woff2-variations');
|
|
58
|
+
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
|
59
|
+
}
|