mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Further changes required by Servo
This commit is contained in:
parent
1e5806610b
commit
4f193fbf49
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ impl GenericFontFamily {
|
|||
/// When we disallow websites to override fonts, we ignore some generic
|
||||
/// families that the website might specify, since they're not configured by
|
||||
/// the user. See bug 789788 and bug 1730098.
|
||||
#[cfg(feature = "gecko")]
|
||||
pub (crate) fn valid_for_user_font_prioritization(self) -> bool {
|
||||
match self {
|
||||
Self::None |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue