From 3c19e79878dbb7030adb4f0a6791a45e16919cf3 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Wed, 23 Dec 2020 21:24:09 -0600 Subject: Fix: put font family in body css element --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c9c0ad8..a8f31bc 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,9 @@ body { background: lightblue; + font-family: UnifontMedium, Courier, Monospace; } p { - font-family: UnifontMedium, Courier, Monospace; font-size: .8em; width: 80%; margin: auto; -- cgit v1.2.3