It seems that there is a problem when generating css file for the font. For example the font "Titillium Text" has 6 different styles. The font family names in fontyourface/fontsquirrel/TitilliumText-fontfacekit/stylesheet.css are:

TitilliumText22LThin, TitilliumText22LLight, TitilliumText22LRegular etc. (Notice the 22L in the name)
titillium

Now in the font.css the name is "TitilliumTextThin" (22L has left the building)
titillium

I presume it has to be a bug. Took me quite a while to figure out why the font was not loaded properly.

CommentFileSizeAuthor
font2.PNG30.09 KBranx
font.PNG57.51 KBranx

Comments

sreynen’s picture

Status: Active » Closed (duplicate)
Drave Robber’s picture

This specific font seems to have mismatched values at the Font Squirrel's end - API returns e.g. "fontface_name":"TitilliumTextRegular" while supplied CSS has it like font-family: 'TitilliumText22LRegular';.

It might be worth it pinging Font Squirrel about that.

For the more general issue (#1124500: Interface for Font Squirel import only first font in family), there's now a patch to review that does a batch import of all variants.