pub fn parse_font_face_block(
context: &ParserContext<'_>,
input: &mut Parser<'_, '_>,
location: SourceLocation,
) -> FontFaceRuleDataExpand description
Parse the block inside a @font-face rule.
Note that the prelude parsing code lives in the stylesheets module.