diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-06 22:35:36 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-06 22:35:36 -0800 |
commit | 3e10d7200ca7e020b597d322f7b022c53bb17686 (patch) | |
tree | eef51603d34c358358eef7fa0d08dd60de64a192 | |
parent | dbc730716a9f4ad8adf9a576d117b8978ba59b74 (diff) |
Changed font weights, default: 500, #quote p: 300;main
-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; } |