mayak-common-library 0.0.110 → 0.0.112
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.
|
Binary file
|
|
Binary file
|
package/dist/index.css
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
animation: fadeInReverse 0.5s;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
/* src/
|
|
68
|
+
/* src/styles/globals.scss */
|
|
69
69
|
@tailwind base;
|
|
70
70
|
@tailwind components;
|
|
71
71
|
@tailwind utilities;
|
|
@@ -437,12 +437,12 @@
|
|
|
437
437
|
}
|
|
438
438
|
@font-face {
|
|
439
439
|
font-family: RockStar;
|
|
440
|
-
src: url(
|
|
440
|
+
src: url("./Rock Star_Regular_Web-VMOWTS6V.woff2");
|
|
441
441
|
font-weight: 400;
|
|
442
442
|
}
|
|
443
443
|
@font-face {
|
|
444
444
|
font-family: RockStar;
|
|
445
|
-
src: url("
|
|
445
|
+
src: url("./Rock Star_Extra Bold_Web-B3PLEFIF.woff2");
|
|
446
446
|
font-weight: 800;
|
|
447
447
|
}
|
|
448
448
|
body {
|