summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 521a7d8..9e5e7e1 100644
--- a/styles.css
+++ b/styles.css
@@ -1,6 +1,6 @@
* {
font-family: "Roboto", serif;
- font-weight: 300;
+ font-weight: 500;
margin: 0px;
}
@@ -89,6 +89,7 @@ button {
}
#quote p {
font-size: 36px;
+ font-weight: 300;
font-style: italic;
color: #1F2937;
}