From 44854d6a4fb18353f78152dec1ef88c0eb247f6d Mon Sep 17 00:00:00 2001 From: "B. Keyport" <44744076+BKeyport@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:19:59 -0700 Subject: [PATCH] Fully implement font size adjustments to variables Partially implementing variables is silly, noticed font sizes weren't implemented fully. Corrected this in my custom, decided it should be in main. Feel free to adjust REM factors to match defaults you like. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5705b51d..44352b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +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 ## Fixed