waygo-maps 1.0.12 → 1.0.14
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/dist/style.css +2 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
body {
|
|
11
11
|
font-family: 'Inter', sans-serif;
|
|
12
12
|
background-color: #ffffff;
|
|
13
|
+
font-optical-sizing: none;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
/* ------------------------------------------------- */
|
|
@@ -889,7 +890,7 @@ body {
|
|
|
889
890
|
.header-catalog-name {
|
|
890
891
|
font-size: 13px;
|
|
891
892
|
color: #a19e9e;
|
|
892
|
-
font-weight:
|
|
893
|
+
font-weight: 450;
|
|
893
894
|
width: fit-content;
|
|
894
895
|
font-family: "Inter", "sans-serif";
|
|
895
896
|
}
|