Certain elements have their font size hard-coded in pixels. Notable example is the area header.
This prevents the change of passage font size from taking effect on them.
Change all font size in passages to use the em or rem measurement instead of px.
This is a relative unit based on:
em - font size of the parent element.
rem - font size of the root element.
Using these units will allow for the text to keep the size ratios even as the base font size changes.
Certain elements have their font size hard-coded in pixels. Notable example is the area header. This prevents the change of passage font size from taking effect on them.
Change all font size in passages to use the em or rem measurement instead of px. This is a relative unit based on:
Using these units will allow for the text to keep the size ratios even as the base font size changes.