From 4a969cadf6f77a0acb1327c4d127ff5e5ad95c88 Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Tue, 16 Jan 2018 10:00:06 -0600 Subject: [PATCH] Hygiene: improve Math formula print styling comment Add an example from the Math extension showing how the print styling rule for font family is relevant. Bug: T181138 Change-Id: Ib5a35b7a555c898d354c16077f44acf1e50f5ebb --- print.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; }