diff options
-rw-r--r-- | styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |