This repository was archived by the owner on Sep 30, 2020. It is now read-only.
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Sanitize font-size declarations in CSS #713
Open
Description
The CSS is quite a sprawling mess now. The front page is looking a bit off balance to me, and as @Diggsey pointed out, it features 8 different font sizes. There are a lot of font-size declarations in our CSS and they are obviously not adhering to any standard of measurement.
Reduce the number and variety of font-size declarations in the CSS. Probably a few specific 'rem' values are enough for the entire site. One of the big problems with our CSS is that much of it is specified in 'em', and that hasn't maintained well.