diff --git a/styles/styles.css b/styles/styles.css index 503a584..3228a4e 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -21,7 +21,7 @@ html { body { background: var(--background); color: var(--text); - font: "Roboto", sans-serif; + font-family: "Roboto", sans-serif; margin: 0; }