diff options
author | j-james | 2020-05-02 00:01:38 +0000 |
---|---|---|
committer | j-james | 2020-05-02 00:01:38 +0000 |
commit | e96bba792b137b521b728cc9a24354351e406385 (patch) | |
tree | 328836b1e4d1a0654b524198ffed2417a2efb8c6 /css | |
parent | be2a61bae8eb08ab8104b2ba1201b024e09157d3 (diff) |
Switch fonts
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 13 |
1 files changed, 12 insertions, 1 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; +} + |