lau-ecom-design-system 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +12 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
@@ -1974,12 +1974,16 @@ video {
|
|
1974
1974
|
font-family: "upc-font-family-zizou-slab";
|
1975
1975
|
|
1976
1976
|
src: url("../src/assets/fonts/Slab/zizou-slab-bold.ttf") format("opentype");
|
1977
|
+
|
1978
|
+
font-display: swap;
|
1977
1979
|
}
|
1978
1980
|
|
1979
1981
|
@font-face {
|
1980
1982
|
font-family: "cbt-font-family-rambla";
|
1981
1983
|
|
1982
1984
|
src: url("../src/assets/fonts/Rambla/Rambla.otf") format("opentype");
|
1985
|
+
|
1986
|
+
font-display: swap;
|
1983
1987
|
}
|
1984
1988
|
|
1985
1989
|
@font-face {
|
@@ -1987,6 +1991,8 @@ video {
|
|
1987
1991
|
|
1988
1992
|
src: url("../src/assets/fonts/Grotesk/SharpGrotesk-Bold15.otf")
|
1989
1993
|
format("opentype");
|
1994
|
+
|
1995
|
+
font-display: swap;
|
1990
1996
|
}
|
1991
1997
|
|
1992
1998
|
@font-face {
|
@@ -1995,6 +2001,8 @@ video {
|
|
1995
2001
|
font-style: italic;
|
1996
2002
|
|
1997
2003
|
src: url("../src/assets/fonts/Sans/PublicSans-Italic.ttf") format("opentype");
|
2004
|
+
|
2005
|
+
font-display: swap;
|
1998
2006
|
}
|
1999
2007
|
|
2000
2008
|
@font-face {
|
@@ -2003,6 +2011,8 @@ video {
|
|
2003
2011
|
font-style: normal;
|
2004
2012
|
|
2005
2013
|
src: url("../src/assets/fonts/Sans/PublicSans-Regular.ttf") format("opentype");
|
2014
|
+
|
2015
|
+
font-display: swap;
|
2006
2016
|
}
|
2007
2017
|
|
2008
2018
|
@font-face {
|
@@ -2012,6 +2022,8 @@ video {
|
|
2012
2022
|
|
2013
2023
|
src: url("../src/assets/fonts/Sans/PublicSans-ExtraBold.ttf")
|
2014
2024
|
format("opentype");
|
2025
|
+
|
2026
|
+
font-display: swap;
|
2015
2027
|
}
|
2016
2028
|
|
2017
2029
|
.placeholder\:\!dsEcom-text-upc-color-neutral-100:-ms-input-placeholder {
|