From 5a60655273d386097b9c0e8fa155d4c5eb337576 Mon Sep 17 00:00:00 2001 From: dtookey Date: Wed, 12 Jan 2022 09:25:15 -0500 Subject: [PATCH] Updated font family blocks to failover to serif and to used self-hosted font --- css/main.css | 6 +++--- directory.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index 8e71293..7825720 100644 --- a/css/main.css +++ b/css/main.css @@ -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{ diff --git a/directory.html b/directory.html index d70e970..b9ebd6f 100644 --- a/directory.html +++ b/directory.html @@ -15,9 +15,9 @@

-
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. +
+ 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.