From e96bba792b137b521b728cc9a24354351e406385 Mon Sep 17 00:00:00 2001 From: j-james Date: Fri, 1 May 2020 17:01:38 -0700 Subject: Switch fonts --- css/style.css | 13 +++++++++- index.html | 82 +++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 61 insertions(+), 34 deletions(-) diff --git a/css/style.css b/css/style.css index 40a8c17..770b979 100644 --- a/css/style.css +++ b/css/style.css @@ -1 +1,12 @@ -/* empty */ +body { + font-family: /*"Fira Code",*/ "Courier New", monospace; +} + +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + diff --git a/index.html b/index.html index 26fe672..60f0d77 100644 --- a/index.html +++ b/index.html @@ -1,38 +1,54 @@
-