Function style::font_face::parse_font_face_block

source ยท
pub fn parse_font_face_block(
    context: &ParserContext<'_>,
    input: &mut Parser<'_, '_>,
    location: SourceLocation,
) -> FontFaceRuleData
Expand description

Parse the block inside a @font-face rule.

Note that the prelude parsing code lives in the stylesheets module.