mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Move a bunch of font stuff living under generics to the proper module.
FontSettingsTagInt and such shouldn't be in the generic module, I know... But that will change in a bit.
This commit is contained in:
parent
1380f1a14f
commit
09398d42af
7 changed files with 189 additions and 177 deletions
|
@ -21,7 +21,7 @@ use std::fmt::{self, Write};
|
|||
use std::str;
|
||||
use str::CssStringWriter;
|
||||
use values::computed::font::FamilyName;
|
||||
use values::generics::FontSettings;
|
||||
use values::generics::font::FontSettings;
|
||||
|
||||
/// A @font-face rule
|
||||
pub type FontFaceRule = RefPtr<nsCSSFontFaceRule>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue