Closed mojavelinux closed 2 years ago
An open question is whether to apply the same value for all large and small font sizes in the default theme. I think the "lead" role is certainly a strong candidate. We might want to limit the scope of the change to just built-in roles to avoid an unnecessarily large change.
The font size for the big and small roles should be expressed in em units (relative) rather than pt (fixed). This will allow them to scale relative to the current font size of the text to which they are applied.
This differs slightly from HTML, which uses calc(12em / 10) for big and calc(10em / 12) for small. But it's easier to manage values that don't have a repeating decimal.