summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2020-12-23 21:27:05 -0600
committerGrant Shangreaux <grant@unabridgedsoftware.com>2020-12-23 21:27:05 -0600
commit6036e5edc9f2b3290c0b0446b02f698c2e39295e (patch)
treeba117f13f41a3470e7f96311e97e3525646e32ef
parent0657addf1e3cdd8eaf8f4b7f150bcac057406e07 (diff)
Fix: meta elements; try to get unifont working again
-rw-r--r--index.html4
-rw-r--r--style.css2
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 @@
<!DOCTYPE html>
-<html lang=en>
+<html lang="en">
<head>
- <meta charset=UTF-8>
+ <meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/gnu-unifont" type="text/css"/>
<title>Tapes</title>
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 {