mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Apply text-only zoom to system fonts.
Differential Revision: https://phabricator.services.mozilla.com/D36893
This commit is contained in:
parent
1c452e6c45
commit
a0df9f76de
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue