diff options
Diffstat (limited to '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 +} |