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

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

Loading…
Cancel
Save