diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 16:27:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 16:27:04 -0500 |
commit | 5f937fa08e463333eeb30a249ad5fa7e14b2132c (patch) | |
tree | 29b18a9b702c8030d88152be31de86b9d84e3179 | |
parent | 62cfd4f23993e04602aa15adf4fc71e6eb48c376 (diff) |
Update style.css
-rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +* { + font-family: "Roboto", sans-serif; +} + h1::after { display: block; @@ -17,4 +21,4 @@ a { a:hover { color: black; -}
\ No newline at end of file +} |