localgovdrupal / localgov_microsites_base

Base theme for LocalGov Microsites
0 stars 1 forks source link

Font size - define in rems #142

Open msayoung opened 1 year ago

msayoung commented 1 year ago

In the microsite interface we can define our font size in px, rem etc

If we use anything but REMs then changing the size of the font in the browser doesn't have an effect.

To replicate

compare with what happens if you dont set a base font size, or the font size is in rem

Solutions

  1. only allow REM
  2. allow people to choose the unit and convert in to rem as needed
markconroy commented 1 year ago

Can you test this a bit more, on my computer (Mac) it's working fine. Tested with Firefox and Chrome.