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 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'css') 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; +} + -- cgit v1.2.3-70-g09d2