diff --git a/CHANGELOG.md b/CHANGELOG.md index 44352b51..82186509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ _This release is scheduled to be released on 2022-10-01._ - Removed DAYAFTERTOMORROW from English - Update dependencies - Updated jsdoc -- Updated font tree to use variables consistantly +- Updated font tree to use variables consistantly ## Fixed diff --git a/css/main.css b/css/main.css index e1823829..9206abca 100644 --- a/css/main.css +++ b/css/main.css @@ -7,12 +7,12 @@ --font-primary: "Roboto Condensed"; --font-secondary: "Roboto"; - --font-size: 20px; - --font-size-xsmall: 0.75rem; - --font-size-small: 1rem; - --font-size-medium: 1.5rem; - --font-size-large: 3.25rem; - --font-size-xlarge: 3.75rem; + --font-size: 20px; + --font-size-xsmall: 0.75rem; + --font-size-small: 1rem; + --font-size-medium: 1.5rem; + --font-size-large: 3.25rem; + --font-size-xlarge: 3.75rem; --gap-body-top: 60px; --gap-body-right: 60px;