Font changes
This commit is contained in:
@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
<style>
|
<style>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.np-footer {
|
.np-footer {
|
||||||
@ -197,6 +197,6 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Arimo", sans-serif !important;
|
font-family: "Assistant", sans-serif !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
alt="{{ homepage.headline }}"
|
alt="{{ homepage.headline }}"
|
||||||
/>
|
/>
|
||||||
<div class="np-homepage-hero-content">
|
<div class="np-homepage-hero-content">
|
||||||
<img class='np-homepage-hero-logo' src='https://s3.amazonaws.com/static.northpass.com/demos/conservis_wrap.png'>
|
<img class='np-homepage-hero-logo' src='https://s3.amazonaws.com/static.northpass.com/demos/akitabox_emblem.png'>
|
||||||
<div class="np-homepage-headline np-header-font-color">
|
<div class="np-homepage-headline np-header-font-color">
|
||||||
{{ homepage.headline }}
|
{{ homepage.headline }}
|
||||||
</div>
|
</div>
|
||||||
@ -17,10 +17,16 @@
|
|||||||
<hr class='np-divider-line'>
|
<hr class='np-divider-line'>
|
||||||
<div class='np-homepage-buttons'>
|
<div class='np-homepage-buttons'>
|
||||||
<a class="np-homepage-hero-cta np-button" href="#courses">
|
<a class="np-homepage-hero-cta np-button" href="#courses">
|
||||||
Crop Management
|
Facilities Condition Management
|
||||||
</a>
|
</a>
|
||||||
<a class="np-homepage-hero-cta np-button" href="#events">
|
<a class="np-homepage-hero-cta np-button" href="#events">
|
||||||
Financial Management
|
Asset Management
|
||||||
|
</a>
|
||||||
|
<a class="np-homepage-hero-cta np-button" href="#courses">
|
||||||
|
Maintenence Management
|
||||||
|
</a>
|
||||||
|
<a class="np-homepage-hero-cta np-button" href="#events">
|
||||||
|
Capital Management
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -53,11 +59,12 @@
|
|||||||
font-weight: 800 !important;
|
font-weight: 800 !important;
|
||||||
}
|
}
|
||||||
.np-homepage-subheadline {
|
.np-homepage-subheadline {
|
||||||
color: rgb(38, 49, 61) !important;
|
color: rgb(241,195,26) !important;
|
||||||
font-size: 28px !important;
|
font-size: 28px !important;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
max-width: 630px !important;
|
max-width: 630px !important;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
margin-left: 255px;
|
||||||
}
|
}
|
||||||
.np-divider-line {
|
.np-divider-line {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
|||||||
Reference in New Issue
Block a user