style: Apply text-only zoom to system fonts.

Differential Revision: https://phabricator.services.mozilla.com/D36893
This commit is contained in:
Emilio Cobos Álvarez 2019-07-05 21:31:40 +00:00
parent 1c452e6c45
commit a0df9f76de
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -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,