@secondstaxorg/sscomp 1.8.25 → 1.8.26

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.
@@ -14,6 +14,10 @@
14
14
  font-family: Circular Black;
15
15
  src: url("./fonts/Circular Pro Black.ttf");
16
16
  }
17
+ @font-face {
18
+ font-family: Yellowtail Regular;
19
+ src: url("./fonts/Yellowtail-Regular.ttf");
20
+ }
17
21
 
18
22
  .typography_display1Medium__p65-F,
19
23
  .typography_display2Medium__p90JY,
@@ -320,7 +324,10 @@
320
324
  letter-spacing: 0.08em;
321
325
  text-transform: uppercase;
322
326
  }
323
-
327
+
328
+ .typography_signature__W-v2-, .typography_signature__W-v2- input{
329
+ font-family: 'Yellowtail Regular',cursive !important;
330
+ }
324
331
  .style_loader__WisPd svg{
325
332
  animation: style_loader__WisPd 1.2s infinite linear;
326
333
  }