mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Enabled use of FontFamily enum type https://github.com/servo/servo/issues/8371 In addition to replacing loose strings with the FontFamily enum in `font_cache_task.rs`, I also centralized the add_generic_font calls into one single function. If centralizing into one function is not desired or if anything else needs to be changed, please let me know. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8420) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
animation.rs | ||
attr.rs | ||
build.rs | ||
Cargo.toml | ||
context.rs | ||
custom_properties.rs | ||
data.rs | ||
dom.rs | ||
font_face.rs | ||
lib.rs | ||
Mako-0.9.1.zip | ||
matching.rs | ||
media_queries.rs | ||
parser.rs | ||
properties.mako.rs | ||
README.md | ||
restyle_hints.rs | ||
selector_matching.rs | ||
stylesheets.rs | ||
values.rs | ||
viewport.rs |
servo-style
Style system for Servo, using rust-cssparser for parsing.