It looks like some fonts (like IM Fell) don't have a top level stylesheet
e.g. http://fonts.googleapis.com/css?family=IM+Fell is blank. It instead has stylesheets for each variant - http://fonts.googleapis.com/css?family=IM+Fell+English
http://code.google.com/webfonts/list?family=IM+Fell

Took me a while to figure out why some of the fonts weren't rendering.

Comments

grimsy’s picture

Title: IM Fell (and others) linking to wrong stylesheet » IM Fell (and others?) linking to wrong stylesheet

Sorry, it may just be IM Fell
It is listed as having "10 families" while the other fonts have "variants"

BarisW’s picture

Version: 6.x-1.x-dev » 6.x-1.0
Assigned: Unassigned » BarisW

Hi grimsy,

thanks for pointing this out! Didn't mention that, too bad..

I planned to extend the module by listing all families and variants.
Example given:

  • Cantarell
    • Cantarell
    • Cantarell:italic
    • Cantarell:bold
    • Cantarell:bolditalic
  • Cardo
  • Crimson Text
    • IM Fell
      • IM Fell DW Pica
        • IM Fell DW Pica
        • IM Fell DW Pica:Italic
      • IM Fell DW Pica SC
    • Etc

I'd also like to display the fonts in the admin interface (so you don't have to visit the Google Website to see the examples anymore).

BarisW’s picture

Status: Active » Fixed

Added to 6.x-1.x-dev. All families are now working, IM Fell as well.
Thanks for reporting this issue!

BarisW’s picture

Status: Fixed » Closed (fixed)

Created a new release in which this issue is fixed.