@nectary/theme-base
Advanced tools
+3
-2
| .nectary-theme-base { | ||
| /* Font */ | ||
| --sinch-comp-icon-font-family: "Material Icons"; | ||
| --sinch-comp-icon-font-feature-settings: "liga"; | ||
| --sinch-comp-icon-font-family-zero-to-d: "Sinch Icons Zero To D"; | ||
| --sinch-comp-icon-font-family-e-to-o: "Sinch Icons E To O"; | ||
| --sinch-comp-icon-font-family-p-to-z: "Sinch Icons P To Z"; | ||
| --sinch-comp-icon-font-weight: 400; | ||
| } |
+21
-0
@@ -78,2 +78,23 @@ @font-face { | ||
| @font-face { | ||
| font-family: "Sinch Icons Zero To D"; | ||
| src: | ||
| url("https://d2vu40klajma73.cloudfront.net/sinch-icon-zeroToD.woff2") format("woff2"), | ||
| url("https://d2vu40klajma73.cloudfront.net/sinch-icon-zeroToD.woff") format("woff"); | ||
| } | ||
| @font-face { | ||
| font-family: "Sinch Icons E To O"; | ||
| src: | ||
| url("https://d2vu40klajma73.cloudfront.net/sinch-icon-eToO.woff2") format("woff2"), | ||
| url("https://d2vu40klajma73.cloudfront.net/sinch-icon-eToO.woff") format("woff"); | ||
| } | ||
| @font-face { | ||
| font-family: "Sinch Icons P To Z"; | ||
| src: | ||
| url("https://d2vu40klajma73.cloudfront.net/sinch-icon-pToZ.woff2") format("woff2"), | ||
| url("https://d2vu40klajma73.cloudfront.net/sinch-icon-pToZ.woff") format("woff"); | ||
| } | ||
| /* https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1 */ | ||
@@ -80,0 +101,0 @@ |
+21
-0
@@ -80,2 +80,23 @@ [ | ||
| { | ||
| "font-family": "Sinch Icons Zero To D", | ||
| "src": { | ||
| "woff2": "https://d2vu40klajma73.cloudfront.net/sinch-icon-zeroToD.woff2", | ||
| "woff": "https://d2vu40klajma73.cloudfront.net/sinch-icon-zeroToD.woff" | ||
| } | ||
| }, | ||
| { | ||
| "font-family": "Sinch Icons E To O", | ||
| "src": { | ||
| "woff2": "https://d2vu40klajma73.cloudfront.net/sinch-icon-eToO.woff2", | ||
| "woff": "https://d2vu40klajma73.cloudfront.net/sinch-icon-eToO.woff" | ||
| } | ||
| }, | ||
| { | ||
| "font-family": "Sinch Icons P To Z", | ||
| "src": { | ||
| "woff2": "https://d2vu40klajma73.cloudfront.net/sinch-icon-pToZ.woff2", | ||
| "woff": "https://d2vu40klajma73.cloudfront.net/sinch-icon-pToZ.woff" | ||
| } | ||
| }, | ||
| { | ||
| "family": "Material Icons", | ||
@@ -82,0 +103,0 @@ "weight": 400, |
+1
-1
| { | ||
| "name": "@nectary/theme-base", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "files": [ | ||
@@ -5,0 +5,0 @@ "**/*.css", |
111187
1.33%1796
2.28%