what is a css at-rule
a css statement beginning with an at (@) sign
at-rule: font-face
allows authors to specify online fonts to display text on their web pages
at-rule font-face
descriptor: font-family
specifies a name that will be used as the font face value for font properties
at-rule font-face
descriptor: src
specifies the resource containing the font data