From ed1f3196c1972b41b6c21ea85b6e2829571e53d5 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 13:13:06 -0700 Subject: [PATCH] Update fonts used in the theme to include fallbacks --- web/src/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/css/theme.css b/web/src/css/theme.css index efee294..a04104d 100644 --- a/web/src/css/theme.css +++ b/web/src/css/theme.css @@ -3,7 +3,7 @@ /* The fonts and font colours the site will use */ - --fonts: 'Roboto'; + --fonts: "Roboto", "Open Sans", sans-serif; --light-font-colour: #ECE3BB; --dark-font-colour: #000F3D;