Walmart Supplier MX templates backed up.
This commit is contained in:
@ -10,6 +10,24 @@
|
||||
{{ color_palette.header_color }}
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "EverydaySans";
|
||||
src: url(https://s3.us-east-1.amazonaws.com/static.northpass.com/walmart-supplier/fonts/EverydaySansUI-Italic-VF_wght.ttf);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "EverydaySans";
|
||||
src: url(https://s3.us-east-1.amazonaws.com/static.northpass.com/walmart-supplier/fonts/EverydaySansUITT-Bold.ttf);
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "EverydaySans";
|
||||
src: url(https://s3.us-east-1.amazonaws.com/static.northpass.com/walmart-supplier/fonts/EverydaySansUITT-Regular.ttf);
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Bogle";
|
||||
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Regular.OTF);
|
||||
@ -60,11 +78,11 @@
|
||||
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black_Italic.OTF);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
body,
|
||||
html {
|
||||
font-family: "Bogle", "Roboto", sans-serif;
|
||||
font-family: "EverydaySans", "Bogle", "Roboto", sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user