From a0df9f76de2f70067c523518879f49eee40a6058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 5 Jul 2019 21:31:40 +0000 Subject: [PATCH] style: Apply text-only zoom to system fonts. Differential Revision: https://phabricator.services.mozilla.com/D36893 --- components/style/properties/longhands/font.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/font.mako.rs b/components/style/properties/longhands/font.mako.rs index 098cb06b3a6..d65afad693d 100644 --- a/components/style/properties/longhands/font.mako.rs +++ b/components/style/properties/longhands/font.mako.rs @@ -412,7 +412,7 @@ ${helpers.predefined_type( is_system_font: true, }, font_size: FontSize { - size: Au(system.size).into(), + size: cx.maybe_zoom_text(Au(system.size).into()), keyword_info: None }, font_weight,