@material-symbols/font-300 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/LICENSE +202 -0
- package/README.md +133 -0
- package/_core.scss +47 -0
- package/index.css +74 -0
- package/index.d.ts +2809 -0
- package/index.scss +3 -0
- package/material-symbols-outlined.woff2 +0 -0
- package/material-symbols-rounded.woff2 +0 -0
- package/material-symbols-sharp.woff2 +0 -0
- package/outlined.css +24 -0
- package/outlined.scss +3 -0
- package/package.json +35 -0
- package/rounded.css +24 -0
- package/rounded.scss +3 -0
- package/sharp.css +24 -0
- package/sharp.scss +3 -0
package/index.scss
ADDED
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: 300;
|
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
package/package.json
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"name": "@material-symbols/font-300",
|
3
|
+
"version": "0.5.5",
|
4
|
+
"description": "Latest variable icon fonts with weight 300 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/300"
|
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: 300;
|
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
package/sharp.css
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: "Material Symbols Sharp";
|
3
|
+
font-style: normal;
|
4
|
+
font-weight: 300;
|
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