15 lines
319 B
Plaintext
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> |