I'd like to build a common typography stylesheet with a very small number of selectors. As such, I'd far prefer to use @media
sections for the various versions rather than create different files, each with only a few lines of content.
I'd also like to add some @font-face
declarations, but I'd prefer not to force mobile users to download the fonts given their limited bandwidth.
Can I put the @font-face
declaration within the @media
block or do they have to both be top-level? If the latter, how can I tell the mobile browsers they don't need to bother downloading the font?