Erios909 / ShipCore-The-Game

A game in the ShipCore universe by Erios909
Other
5 stars 4 forks source link

Increase and decrease font size do not affect all text elements. #80

Open Dimi1010 opened 10 months ago

Dimi1010 commented 10 months ago

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.