summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 41ca896..9f8fd66 100644
--- a/style.css
+++ b/style.css
@@ -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
+}