I am using a purchase font (Museo Sans) for a custom font in an app I am working on. The files given to me when I purchased it contain web font files for different weights: MuseoSans100Regular, MuseoSans300Regular, etc. Is there a way in @font-face to specify the files to use for the different weights so that I can do this:
font-family: MuseoSans;
font-weight: 300;
Rather than this:
font-family: MuseoSans300;
Yes, you have to specify which file is for which
font-weight
in two different@font-face
definitions: