UX: increase base font-size to 16px ()

This commit is contained in:
chapoi 2024-05-20 21:08:20 +02:00 committed by GitHub
parent 7a0c4c5296
commit 5c09792f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,9 +1,9 @@
:root {
--base-font-size-smallest: 0.815em; // eq. to 13px
--base-font-size-smaller: 0.875em; // eq. to 14px
--base-font-size: 0.938em; // eq. to 15px
--base-font-size-larger: 1.063em; // eq. to 17px
--base-font-size-largest: 1.118em; // eq. to 19px
--base-font-size: 1em; // eq. to 16px
--base-font-size-larger: 1.125em; // eq. to 18px
--base-font-size-largest: 1.25em; // eq. to 20px
// Font-size definitions, multiplier ^ (step / interval)
--font-up-6: 2.296em;