diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 16:27:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 16:27:42 -0500 |
commit | 1c488a6506dac95cf3b06312f7bd7487f3305d25 (patch) | |
tree | ea38dc4ea9b9e7dab43718d9eff6c46b70738c66 /index.html | |
parent | 5f937fa08e463333eeb30a249ad5fa7e14b2132c (diff) |
Include css
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -7,11 +7,7 @@ <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> - <style> - * { - font-family: "Roboto", sans-serif; - } - </style> + <link rel="stylesheet" href="style.css"> </head> <body> |