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