lau-ecom-design-system 1.0.7 → 1.0.9
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,20 @@ 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
1977
|
}
|
1978
1978
|
|
1979
1979
|
@font-face {
|
1980
1980
|
font-family: "cbt-font-family-rambla";
|
1981
1981
|
|
1982
|
-
src: url("../src/assets/Rambla/Rambla.otf") format("opentype");
|
1982
|
+
src: url("../src/assets/fonts/Rambla/Rambla.otf") format("opentype");
|
1983
1983
|
}
|
1984
1984
|
|
1985
1985
|
@font-face {
|
1986
1986
|
font-family: "upn-font-family-sharp-grotesk";
|
1987
1987
|
|
1988
|
-
src: url("../src/assets/Grotesk/SharpGrotesk-Bold15.otf")
|
1988
|
+
src: url("../src/assets/fonts/Grotesk/SharpGrotesk-Bold15.otf")
|
1989
|
+
format("opentype");
|
1989
1990
|
}
|
1990
1991
|
|
1991
1992
|
@font-face {
|
@@ -1993,7 +1994,7 @@ video {
|
|
1993
1994
|
|
1994
1995
|
font-style: italic;
|
1995
1996
|
|
1996
|
-
src: url("../src/assets/Sans/PublicSans-Italic.ttf") format("opentype");
|
1997
|
+
src: url("../src/assets/fonts/Sans/PublicSans-Italic.ttf") format("opentype");
|
1997
1998
|
}
|
1998
1999
|
|
1999
2000
|
@font-face {
|
@@ -2001,7 +2002,7 @@ video {
|
|
2001
2002
|
|
2002
2003
|
font-style: normal;
|
2003
2004
|
|
2004
|
-
src: url("../src/assets/Sans/PublicSans-Regular.ttf") format("opentype");
|
2005
|
+
src: url("../src/assets/fonts/Sans/PublicSans-Regular.ttf") format("opentype");
|
2005
2006
|
}
|
2006
2007
|
|
2007
2008
|
@font-face {
|
@@ -2009,7 +2010,8 @@ video {
|
|
2009
2010
|
|
2010
2011
|
font-weight: 800;
|
2011
2012
|
|
2012
|
-
src: url("../src/assets/Sans/PublicSans-ExtraBold.ttf")
|
2013
|
+
src: url("../src/assets/fonts/Sans/PublicSans-ExtraBold.ttf")
|
2014
|
+
format("opentype");
|
2013
2015
|
}
|
2014
2016
|
|
2015
2017
|
.placeholder\:\!dsEcom-text-upc-color-neutral-100:-ms-input-placeholder {
|
package/package.json
CHANGED
File without changes
|
File without changes
|
File without changes
|