Updated font family blocks to failover to serif and to used self-hosted font

master
dtookey 4 years ago
parent 0b726da842
commit 5a60655273

@ -14,7 +14,7 @@
.title-banner{
color: #FFF;
font-family: customFont, serif;
font-family: customFont, sans-serif;
}
.center-column{
@ -24,12 +24,12 @@
}
h2 {
font-family: roboto;
font-family: 'customFont', sans-serif;
}
p {
font-family: roboto;
font-family: 'customFont', sans-serif;
}
.footer{

@ -15,9 +15,9 @@
<img src="img/jds-logo-white-300px-nospace.png" class="banner-image"
alt="JDS Consulting Company Logo">
<br/><br/>
<div>How can we help? Please select an e-mail address or phone number from the key contacts below. If you don't
find
what you need, fill out our contact form.
<div>
How can we help? Please select an e-mail address or phone number from the key contacts below. If you don't
find what you need, fill out our contact form.
<br/><br/>
<br/>
</div>

Loading…
Cancel
Save