Add default font family for fallback

This commit is contained in:
Bill Thornton
2026-01-16 10:29:45 -05:00
parent 014af0ebe9
commit 2acc6f360a

View File

@@ -37,6 +37,9 @@
html {
@include fullpage;
/* Set the default font for cases we don't load the brand font */
font-family: Arial, Helvetica, sans-serif;
line-height: 1.35;
}