summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {