66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
/*
|
|
Put your custom overlay styles in here
|
|
You can use your northpass color palette in this file
|
|
|
|
{{ color_palette.button_font_color }}
|
|
{{ color_palette.button_color }}
|
|
{{ color_palette.button_hover_color }}
|
|
{{ color_palette.header_font_color }}
|
|
{{ color_palette.header_font_hover_color }}
|
|
{{ color_palette.header_color }}
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/TypeType%20-%20TT%20Norms%20Thin.otf");
|
|
font-weight: 100;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/TypeType%20-%20TT%20Norms%20ExtraLight.otf");
|
|
font-weight: 200;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/TypeType%20-%20TT%20Norms%20Light.otf");
|
|
font-weight: 300;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/TypeType%20-%20TT%20Norms%20Regular.otf");
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/TypeType%20-%20TT%20Norms%20Medium.otf");
|
|
font-weight: 500;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/subset-TTNorms-Bold.ttf");
|
|
font-weight: 700;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/subset-TTNorms-ExtraBold.ttf");
|
|
font-weight: 800;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'TT Norms';
|
|
src: url("https://cdn.northpass.io/doordash/fonts%20TT%20Norms/TypeType%20-%20TT%20Norms%20Black.otf");
|
|
font-weight: 900;
|
|
}
|
|
|
|
|
|
html,
|
|
body {
|
|
font-family: "TT Norms", "Roboto", sans-serif !important;
|
|
}
|