Add xxlarge font size

This commit is contained in:
Justin Edmund 2022-02-26 17:45:43 -08:00
parent da18658a5f
commit 12f7ee09a6

View file

@ -63,6 +63,7 @@ $font-button: 15px;
$font-regular: 16px;
$font-large: 21px;
$font-xlarge: 24px;
$font-xxlarge: 28px;
// Scale factors
$scale-wide: scale(1.05, 1.05);