Recently, I decided to switch a website's font to a non-web typeface. However, I quickly realized that the font was extremely thin and difficult to read. I attempted a simple CSS fix using * { font-size:125% }
, but unfortunately, it did not have the desired effect.
Is there a way to achieve this using only CSS? Alternatively, is there a more elegant solution using Javascript or jQuery?
Since I am working with a pre-made theme, completely redoing the entire stylesheet in em units is not a feasible option for me. This is due to the fact that there are 125 instances of font-size defined throughout the theme, which I discovered while inspecting the developer toolbar.