new directory
This commit is contained in:
6
customer_templates/ChildVenturesCA/_head.html.liquid
Normal file
6
customer_templates/ChildVenturesCA/_head.html.liquid
Normal file
@ -0,0 +1,6 @@
|
||||
{% styles default %}
|
||||
{% styles colors %}
|
||||
{% styles custom %}
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&display=swap');
|
||||
</style>
|
||||
15
customer_templates/ChildVenturesCA/styles.css.liquid
Normal file
15
customer_templates/ChildVenturesCA/styles.css.liquid
Normal file
@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user