Files
Gainsight/customer_templates/ChildVenturesCA/styles.css.liquid
Norm Rasmussen 26beb4c7f2 new directory
2022-02-23 13:18:41 -05:00

15 lines
319 B
Plaintext

<style> @font-face {
font-family: 'Roboto Slab' !important;
src: url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&display=swap');
}
body, html, div {
font-family: 'Roboto Slab' !important;
}
.np-homepage-headline {
align: left;
}
.np-homepage-subheadline {
align: left;
}
</style>