From 77400f361d236445d35c9a541f383ff49d8ca2a6 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 12 Jul 2024 22:01:53 +0000 Subject: [PATCH] Write out sans-serif for chromium --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index db92e8a..412efdc 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ font-size:14pt; color:#444; background: #49797E; - font-family: sans; + font-family: sans-serif; } h1, h2, h3 { margin: 0 0 6px 0; -- 2.39.5