25 lines
993 B
Plaintext
25 lines
993 B
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 }}
|
|
*/
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
|
|
body *:not(i) {
|
|
font-family: 'Nunito Sans', sans-serif;
|
|
}
|
|
|
|
.public-banner-item-header, .np-card-content-title,
|
|
.np-homepage-headline, .np-dashboard-resources-title,
|
|
.popular-topics a, .resource-title, .np-resource-title,
|
|
.category-name, .np-top-title, .np-text-title,
|
|
.np-card-heading {
|
|
font-family: 'Poppins', sans-serif;
|
|
} |