I got annoyed that the buffer and font size wouldn't line up.
The "Default" text size for calculating 1 rem is set in code as 16p(t/x), however, in the UI the default text size is 14p(t/x).
This makes it so that adjusting the font size for the buffer or ui feels like a game of whack-a-mole.
It is not intuitive so I've updated the text sizes to match the buffer font size better. Now most elements are 1rem. Making it easier to understand the relationship between UI Font Size and what is actually displayed in most UI elements
fixes: #68
I got annoyed that the buffer and font size wouldn't line up.
The "Default" text size for calculating 1 rem is set in code as 16p(t/x), however, in the UI the default text size is 14p(t/x).
This makes it so that adjusting the font size for the buffer or ui feels like a game of whack-a-mole.
It is not intuitive so I've updated the text sizes to match the buffer font size better. Now most elements are 1rem. Making it easier to understand the relationship between UI Font Size and what is actually displayed in most UI elements
fixes: https://codeberg.org/GramEditor/gram/issues/68