lau-ecom-design-system 1.0.8 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
package/dist/style.css
CHANGED
@@ -1973,19 +1973,26 @@ video {
|
|
1973
1973
|
@font-face {
|
1974
1974
|
font-family: "upc-font-family-zizou-slab";
|
1975
1975
|
|
1976
|
-
src: url("../src/assets/Slab/zizou-slab-bold.ttf") format("opentype");
|
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
|
-
src: url("../src/assets/Rambla/Rambla.otf") format("opentype");
|
1984
|
+
src: url("../src/assets/fonts/Rambla/Rambla.otf") format("opentype");
|
1985
|
+
|
1986
|
+
font-display: swap;
|
1983
1987
|
}
|
1984
1988
|
|
1985
1989
|
@font-face {
|
1986
1990
|
font-family: "upn-font-family-sharp-grotesk";
|
1987
1991
|
|
1988
|
-
src: url("../src/assets/Grotesk/SharpGrotesk-Bold15.otf")
|
1992
|
+
src: url("../src/assets/fonts/Grotesk/SharpGrotesk-Bold15.otf")
|
1993
|
+
format("opentype");
|
1994
|
+
|
1995
|
+
font-display: swap;
|
1989
1996
|
}
|
1990
1997
|
|
1991
1998
|
@font-face {
|
@@ -1993,7 +2000,9 @@ video {
|
|
1993
2000
|
|
1994
2001
|
font-style: italic;
|
1995
2002
|
|
1996
|
-
src: url("../src/assets/Sans/PublicSans-Italic.ttf") format("opentype");
|
2003
|
+
src: url("../src/assets/fonts/Sans/PublicSans-Italic.ttf") format("opentype");
|
2004
|
+
|
2005
|
+
font-display: swap;
|
1997
2006
|
}
|
1998
2007
|
|
1999
2008
|
@font-face {
|
@@ -2001,7 +2010,9 @@ video {
|
|
2001
2010
|
|
2002
2011
|
font-style: normal;
|
2003
2012
|
|
2004
|
-
src: url("../src/assets/Sans/PublicSans-Regular.ttf") format("opentype");
|
2013
|
+
src: url("../src/assets/fonts/Sans/PublicSans-Regular.ttf") format("opentype");
|
2014
|
+
|
2015
|
+
font-display: swap;
|
2005
2016
|
}
|
2006
2017
|
|
2007
2018
|
@font-face {
|
@@ -2009,7 +2020,10 @@ video {
|
|
2009
2020
|
|
2010
2021
|
font-weight: 800;
|
2011
2022
|
|
2012
|
-
src: url("../src/assets/Sans/PublicSans-ExtraBold.ttf")
|
2023
|
+
src: url("../src/assets/fonts/Sans/PublicSans-ExtraBold.ttf")
|
2024
|
+
format("opentype");
|
2025
|
+
|
2026
|
+
font-display: swap;
|
2013
2027
|
}
|
2014
2028
|
|
2015
2029
|
.placeholder\:\!dsEcom-text-upc-color-neutral-100:-ms-input-placeholder {
|
package/package.json
CHANGED
File without changes
|
File without changes
|
File without changes
|