mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move FontTag to the generic module
This commit is contained in:
parent
b9862f7b28
commit
aea66a9fb6
5 changed files with 49 additions and 53 deletions
|
@ -21,7 +21,8 @@ use std::fmt::{self, Write};
|
|||
use std::str;
|
||||
use str::CssStringWriter;
|
||||
use values::computed::font::FamilyName;
|
||||
use values::specified::font::{FontTag, FontVariationSettings, SpecifiedFontFeatureSettings};
|
||||
use values::generics::font::FontTag;
|
||||
use values::specified::font::{FontVariationSettings, SpecifiedFontFeatureSettings};
|
||||
|
||||
/// A @font-face rule
|
||||
pub type FontFaceRule = RefPtr<nsCSSFontFaceRule>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue