PrismJS / prism-themes

A wider selection of Prism themes
MIT License
1.41k stars 502 forks source link

Consistent font size #139

Open RunDevelopment opened 3 years ago

RunDevelopment commented 3 years ago

This PR makes the font-size of all themes 1em (addressing this comment). I also adjusted all pixel-based margins and padding that assumed a formerly constant font size.

These changes have one main advantage: Compatibility. We already had bugs there were related to inconsistent font sizes. Making the font size the same for all themes makes it easier to develop plugins.

DarkMatterMatt commented 2 years ago

Is there anything blocking this? Using a standardised font size would be appreciated 🙏