@fontsource-variable/material-symbols-rounded 5.0.1 → 5.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -13
- package/fill.css +1 -1
- package/full.css +1 -1
- package/grad.css +1 -1
- package/index.css +1 -1
- package/opsz.css +1 -1
- package/package.json +2 -2
- package/scss/mixins.scss +19 -10
- package/standard.css +1 -1
- package/wght.css +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Fontsource Material Symbols Rounded
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@fontsource/material-symbols-rounded) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource/stargazers)
|
|
3
|
+
[](https://www.npmjs.com/package/@fontsource-variable/material-symbols-rounded) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource/stargazers)
|
|
4
4
|
|
|
5
|
-
The CSS and web font files to easily self-host the “Material Symbols Rounded” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/material-symbols-rounded) to view more details on this package.
|
|
5
|
+
The CSS and web font files to easily self-host the “Material Symbols Rounded” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/material-symbols-rounded) to view more details on this package.
|
|
6
6
|
|
|
7
7
|
## Quick Installation
|
|
8
8
|
|
|
9
|
-
Fontsource
|
|
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
10
|
|
|
11
11
|
```javascript
|
|
12
12
|
npm install @fontsource-variable/material-symbols-rounded
|
|
@@ -18,7 +18,6 @@ Within your app entry file or site component, import it in.
|
|
|
18
18
|
import "@fontsource-variable/material-symbols-rounded"; // Defaults to wght axis
|
|
19
19
|
import "@fontsource-variable/material-symbols-rounded/wght.css"; // Specify axis
|
|
20
20
|
import "@fontsource-variable/material-symbols-rounded/wght-italic.css"; // Specify axis and style
|
|
21
|
-
|
|
22
21
|
```
|
|
23
22
|
|
|
24
23
|
Supported variables:
|
|
@@ -27,26 +26,23 @@ Supported variables:
|
|
|
27
26
|
- Subsets: `[latin]`
|
|
28
27
|
- Axes: `[FILL,wght,GRAD,opsz]`
|
|
29
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/material-symbols-rounded).
|
|
30
|
+
|
|
30
31
|
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
|
|
31
32
|
|
|
32
33
|
```css
|
|
33
34
|
body {
|
|
34
|
-
font-family: "Material Symbols Rounded";
|
|
35
|
+
font-family: "Material Symbols Rounded Variable";
|
|
35
36
|
}
|
|
36
37
|
```
|
|
37
38
|
|
|
38
|
-
## Variable Fonts
|
|
39
|
-
|
|
40
|
-
This particular typeface supports [variable fonts](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide).
|
|
41
|
-
Variable documentation can be found [here](https://fontsource.org/docs/getting-started/variable).
|
|
42
|
-
|
|
43
39
|
## Licensing
|
|
44
|
-
|
|
45
|
-
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.
|
|
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.
|
|
46
41
|
|
|
47
42
|
Copyright 2022, 2022 Google LLC. All Rights Reserved.
|
|
48
43
|
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
|
|
49
44
|
|
|
50
45
|
## Other Notes
|
|
51
46
|
Font version (provided by source): `v107`.
|
|
52
|
-
|
|
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).
|
package/fill.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-fill-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|
package/full.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-full-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|
package/grad.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-grad-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|
package/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-wght-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|
package/opsz.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-opsz-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontsource-variable/material-symbols-rounded",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Self-host the Material Symbols Rounded 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/material-symbols-rounded"
|
|
28
28
|
},
|
|
29
|
-
"publishHash": "
|
|
29
|
+
"publishHash": "6ea8b2f7d994a457"
|
|
30
30
|
}
|
package/scss/mixins.scss
CHANGED
|
@@ -11,25 +11,33 @@ $directory: null !default;
|
|
|
11
11
|
|
|
12
12
|
$family: null !default;
|
|
13
13
|
$display: null !default;
|
|
14
|
-
$displayVar: null !default;
|
|
15
14
|
$formats: null !default;
|
|
16
15
|
$subsets: null !default;
|
|
17
16
|
$weights: null !default;
|
|
18
17
|
$styles: null !default;
|
|
19
18
|
$axes: null !default;
|
|
20
19
|
|
|
20
|
+
// Deprecated
|
|
21
|
+
$displayVar: null !default;
|
|
22
|
+
|
|
21
23
|
@mixin generator(
|
|
22
24
|
$metadata: $metadata,
|
|
23
25
|
$directory: $directory,
|
|
24
26
|
$family: $family,
|
|
25
27
|
$display: $display,
|
|
26
|
-
$displayVar: $displayVar,
|
|
27
28
|
$formats: $formats,
|
|
28
29
|
$subsets: $subsets,
|
|
29
30
|
$weights: $weights,
|
|
30
31
|
$styles: $styles,
|
|
31
|
-
$axes: $axes
|
|
32
|
+
$axes: $axes,
|
|
33
|
+
|
|
34
|
+
// Deprecated
|
|
35
|
+
$displayVar: $displayVar
|
|
32
36
|
) {
|
|
37
|
+
@if $displayVar != null {
|
|
38
|
+
@warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726).";
|
|
39
|
+
}
|
|
40
|
+
|
|
33
41
|
$isVariable: map.get($metadata, axes) != null;
|
|
34
42
|
|
|
35
43
|
$directory: if(
|
|
@@ -40,7 +48,6 @@ $axes: null !default;
|
|
|
40
48
|
|
|
41
49
|
$family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', ''));
|
|
42
50
|
$display: if($display, $display, swap);
|
|
43
|
-
$displayVar: if($displayVar != null, $displayVar, true);
|
|
44
51
|
$formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats);
|
|
45
52
|
$subsets: if(
|
|
46
53
|
$subsets,
|
|
@@ -93,7 +100,6 @@ $axes: null !default;
|
|
|
93
100
|
directory: $directory,
|
|
94
101
|
family: $family,
|
|
95
102
|
display: $display,
|
|
96
|
-
displayVar: $displayVar,
|
|
97
103
|
formats: $formats,
|
|
98
104
|
subsets: $subsets,
|
|
99
105
|
weights: $weights,
|
|
@@ -114,7 +120,7 @@ $axes: null !default;
|
|
|
114
120
|
oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg,
|
|
115
121
|
$style
|
|
116
122
|
),
|
|
117
|
-
font-display:
|
|
123
|
+
font-display: $display,
|
|
118
124
|
font-weight: if(
|
|
119
125
|
(($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght),
|
|
120
126
|
map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max),
|
|
@@ -141,24 +147,27 @@ $axes: null !default;
|
|
|
141
147
|
$directory: $directory,
|
|
142
148
|
$family: $family,
|
|
143
149
|
$display: $display,
|
|
144
|
-
$displayVar: $displayVar,
|
|
145
150
|
$formats: $formats,
|
|
146
151
|
$subsets: $subsets,
|
|
147
152
|
$weights: $weights,
|
|
148
153
|
$styles: $styles,
|
|
149
|
-
$axes: $axes
|
|
154
|
+
$axes: $axes,
|
|
155
|
+
|
|
156
|
+
// Deprecated
|
|
157
|
+
$displayVar: $displayVar
|
|
150
158
|
) {
|
|
151
159
|
@include generator(
|
|
152
160
|
$metadata: $metadata,
|
|
153
161
|
$directory: $directory,
|
|
154
162
|
$family: $family,
|
|
155
163
|
$display: $display,
|
|
156
|
-
$displayVar: $displayVar,
|
|
157
164
|
$formats: $formats,
|
|
158
165
|
$subsets: $subsets,
|
|
159
166
|
$weights: $weights,
|
|
160
167
|
$styles: $styles,
|
|
161
|
-
$axes: $axes
|
|
168
|
+
$axes: $axes,
|
|
169
|
+
|
|
170
|
+
$displayVar: $displayVar
|
|
162
171
|
)
|
|
163
172
|
using ($props) {
|
|
164
173
|
/* #{map.get($props, variant)} */
|
package/standard.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-standard-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|
package/wght.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Material Symbols Rounded Variable';
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: swap;
|
|
6
6
|
font-weight: 100 700;
|
|
7
7
|
src: url(./files/material-symbols-rounded-latin-wght-normal.woff2) format('woff2-variations');
|
|
8
8
|
}
|