@material-symbols/font-200 0.5.5

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/index.scss ADDED
@@ -0,0 +1,3 @@
1
+ @import 'outlined';
2
+ @import 'rounded';
3
+ @import 'sharp';
Binary file
Binary file
Binary file
package/outlined.css ADDED
@@ -0,0 +1,24 @@
1
+ @font-face {
2
+ font-family: "Material Symbols Outlined";
3
+ font-style: normal;
4
+ font-weight: 200;
5
+ font-display: block;
6
+ src: url("./material-symbols-outlined.woff2") format("woff2");
7
+ }
8
+ .material-symbols-outlined {
9
+ font-family: "Material Symbols Outlined";
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ font-size: 24px;
13
+ line-height: 1;
14
+ letter-spacing: normal;
15
+ text-transform: none;
16
+ display: inline-block;
17
+ white-space: nowrap;
18
+ word-wrap: normal;
19
+ direction: ltr;
20
+ -webkit-font-smoothing: antialiased;
21
+ -moz-osx-font-smoothing: grayscale;
22
+ text-rendering: optimizeLegibility;
23
+ font-feature-settings: "liga";
24
+ }
package/outlined.scss ADDED
@@ -0,0 +1,3 @@
1
+ @import 'core';
2
+
3
+ @include material-symbols-font('Material Symbols Outlined');
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@material-symbols/font-200",
3
+ "version": "0.5.5",
4
+ "description": "Latest variable icon fonts with weight 200 for Material Symbols.",
5
+ "main": "index.css",
6
+ "sass": "index.scss",
7
+ "types": "index.d.ts",
8
+ "files": [
9
+ "index.d.ts",
10
+ "*.{css,scss,woff2}"
11
+ ],
12
+ "license": "Apache-2.0",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/marella/material-symbols.git",
16
+ "directory": "font/200"
17
+ },
18
+ "bugs": {
19
+ "url": "https://github.com/marella/material-symbols/issues"
20
+ },
21
+ "homepage": "https://marella.github.io/material-symbols/demo/",
22
+ "keywords": [
23
+ "material-symbols",
24
+ "material-icons",
25
+ "material-design-icons",
26
+ "material-design",
27
+ "material",
28
+ "symbols",
29
+ "icons",
30
+ "font"
31
+ ],
32
+ "publishConfig": {
33
+ "access": "public"
34
+ }
35
+ }
package/rounded.css ADDED
@@ -0,0 +1,24 @@
1
+ @font-face {
2
+ font-family: "Material Symbols Rounded";
3
+ font-style: normal;
4
+ font-weight: 200;
5
+ font-display: block;
6
+ src: url("./material-symbols-rounded.woff2") format("woff2");
7
+ }
8
+ .material-symbols-rounded {
9
+ font-family: "Material Symbols Rounded";
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ font-size: 24px;
13
+ line-height: 1;
14
+ letter-spacing: normal;
15
+ text-transform: none;
16
+ display: inline-block;
17
+ white-space: nowrap;
18
+ word-wrap: normal;
19
+ direction: ltr;
20
+ -webkit-font-smoothing: antialiased;
21
+ -moz-osx-font-smoothing: grayscale;
22
+ text-rendering: optimizeLegibility;
23
+ font-feature-settings: "liga";
24
+ }
package/rounded.scss ADDED
@@ -0,0 +1,3 @@
1
+ @import 'core';
2
+
3
+ @include material-symbols-font('Material Symbols Rounded');
package/sharp.css ADDED
@@ -0,0 +1,24 @@
1
+ @font-face {
2
+ font-family: "Material Symbols Sharp";
3
+ font-style: normal;
4
+ font-weight: 200;
5
+ font-display: block;
6
+ src: url("./material-symbols-sharp.woff2") format("woff2");
7
+ }
8
+ .material-symbols-sharp {
9
+ font-family: "Material Symbols Sharp";
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ font-size: 24px;
13
+ line-height: 1;
14
+ letter-spacing: normal;
15
+ text-transform: none;
16
+ display: inline-block;
17
+ white-space: nowrap;
18
+ word-wrap: normal;
19
+ direction: ltr;
20
+ -webkit-font-smoothing: antialiased;
21
+ -moz-osx-font-smoothing: grayscale;
22
+ text-rendering: optimizeLegibility;
23
+ font-feature-settings: "liga";
24
+ }
package/sharp.scss ADDED
@@ -0,0 +1,3 @@
1
+ @import 'core';
2
+
3
+ @include material-symbols-font('Material Symbols Sharp');