diff --git a/print.less b/print.less index 7c14823..3791c03 100644 --- a/print.less +++ b/print.less @@ -51,7 +51,15 @@ font-family: @font-family-sans-serif; } - // Images, such as formulas, render best in serif. + // Images, such as formulas, render best in serif. Math fallback images, for example, have an + // inline style attribute setting their dimensions in ex (x-height) units, which is relative the + // font size: + // img { font-family: @font-family-serif; }