From 3602a8fe36ece31be2339b70676d625ceb6151a8 Mon Sep 17 00:00:00 2001 From: Stephanie Pennington Date: Thu, 30 May 2024 14:04:41 -0400 Subject: [PATCH] update app-wide font --- h2/components/layout/style copy.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/h2/components/layout/style copy.css b/h2/components/layout/style copy.css index c694571..d7bdb47 100644 --- a/h2/components/layout/style copy.css +++ b/h2/components/layout/style copy.css @@ -8,6 +8,9 @@ body font-family:"Barlow Regular", Sans-Serif !important; } +* { + font-family:"Barlow Regular", Sans-Serif !important; +} .about-info { font-size: 12px;