mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
style: Use a single system font definition rather than two
Follow the pattern we use for system colors. Differential Revision: https://phabricator.services.mozilla.com/D108822
This commit is contained in:
parent
7da6d525ac
commit
4d2ccaf445
5 changed files with 171 additions and 200 deletions
|
@ -554,7 +554,7 @@
|
|||
keyword = keyword=Keyword(name, values, **keyword_kwargs)
|
||||
%>
|
||||
<%call expr="longhand(name, keyword=Keyword(name, values, **keyword_kwargs), **kwargs)">
|
||||
use crate::properties::longhands::system_font::SystemFont;
|
||||
use crate::values::specified::font::SystemFont;
|
||||
|
||||
pub mod computed_value {
|
||||
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue