QuantEcon / lecture-source-py

Source files for "Lectures in Quantitative Economics" -- Python version
BSD 3-Clause "New" or "Revised" License
192 stars 77 forks source link

Equal math font size #968

Closed DrDrij closed 4 years ago

DrDrij commented 4 years ago

Outcome: inline math and text now match size more closely (body default font size is now larger to match the MathJax rendered inline math).

DrDrij commented 4 years ago

See top window - default font size slightly increased to match math. This also improves readability. Going the other way wasn't achievable because certain equations would corrupt at any smaller rendering size.

image

jstac commented 4 years ago

Perfect. I agree it improves readability. It forces us to be concise, which is good.

jstac commented 4 years ago

@mmcky, I'll leave this to you to merge.

mmcky commented 4 years ago

thanks @DrDrij can I ask is the css currently unified for lecture-python-programming ... lecture-python-advanced sites?

If not can you make a PR for each of the other repos as well?

DrDrij commented 4 years ago

@mmcky Done!