From 6036e5edc9f2b3290c0b0446b02f698c2e39295e Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Wed, 23 Dec 2020 21:27:05 -0600 Subject: Fix: meta elements; try to get unifont working again --- index.html | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 71fe1b4..93462bc 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + - + Tapes diff --git a/style.css b/style.css index a8f31bc..8aacd4c 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { background: lightblue; - font-family: UnifontMedium, Courier, Monospace; + font-family: "UnifontMedium"; } p { -- cgit v1.2.3