From ccb2dc65ae13c8ae84397b21b5c362766efa4319 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Wed, 23 Dec 2020 21:22:23 -0600 Subject: Clean: indentation Add: unifont --- index.html | 100 +++++++++++++++++++++++++++++++------------------------------ style.css | 2 +- 2 files changed, 52 insertions(+), 50 deletions(-) diff --git a/index.html b/index.html index 1ced491..1565909 100644 --- a/index.html +++ b/index.html @@ -1,52 +1,54 @@ - - - - Tapes - - - -
-

- Still in the works, but you can listen to the music of my 2019 music journal. - I intend to add writings to add to the musical/life journey of the past year. - More tapes will be added to the collection over time. Enjoy! sh.sh. -

-
-
-
-

Winter

- - - -
-
-

Spring

- - - -
-
-
-
-

Summer

- - - -
-
-

Autumn

- - - -
-
-
-

More Music...

- - - -
- + + + + + Tapes + + + +
+

+ Still in the works, but you can listen to the music of my 2019 music journal. + I intend to add writings to add to the musical/life journey of the past year. + More tapes will be added to the collection over time. Click on a tape to put + it in the "tape deck" and then press play. Enjoy! sh.sh. +

+
+
+
+

Winter

+ + + +
+
+

Spring

+ + + +
+
+
+
+

Summer

+ + + +
+
+

Autumn

+ + + +
+
+
+

More Music...

+ + + +
+ diff --git a/style.css b/style.css index e32e7a6..c9c0ad8 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { } p { - font-family: Courier, Monospace; + font-family: UnifontMedium, Courier, Monospace; font-size: .8em; width: 80%; margin: auto; -- cgit v1.2.3