@maplander/components 0.21.55 → 0.21.57
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/_theming.scss +6 -6
- package/package.json +1 -1
package/_theming.scss
CHANGED
|
@@ -5852,11 +5852,11 @@ $mat-form-field-dedupe: 0;
|
|
|
5852
5852
|
|
|
5853
5853
|
@font-face {
|
|
5854
5854
|
font-family: 'ic-property';
|
|
5855
|
-
src: url('https://storage.googleapis.com/
|
|
5856
|
-
src: url('https://storage.googleapis.com/
|
|
5857
|
-
url('https://storage.googleapis.com/
|
|
5858
|
-
url('https://storage.googleapis.com/
|
|
5859
|
-
url('https://storage.googleapis.com/
|
|
5855
|
+
src: url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.eot?eibsa0');
|
|
5856
|
+
src: url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.eot?eibsa0#iefix') format('embedded-opentype'),
|
|
5857
|
+
url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.ttf?eibsa0') format('truetype'),
|
|
5858
|
+
url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.woff?eibsa0') format('woff'),
|
|
5859
|
+
url('https://storage.googleapis.com/ml-web-fonts/public/file/front-end/cdn/fonts/property/ic-property.svg?eibsa0#ic-property') format('svg');
|
|
5860
5860
|
font-weight: normal;
|
|
5861
5861
|
font-style: normal;
|
|
5862
5862
|
font-display: block;
|
|
@@ -5865,7 +5865,7 @@ $mat-form-field-dedupe: 0;
|
|
|
5865
5865
|
[class^="ic-property-"], [class*=" ic-property-"] {
|
|
5866
5866
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
5867
5867
|
font-family: 'ic-property' !important;
|
|
5868
|
-
speak:
|
|
5868
|
+
speak: never;
|
|
5869
5869
|
font-style: normal;
|
|
5870
5870
|
font-weight: normal;
|
|
5871
5871
|
font-variant: normal;
|