Great Module, thanks! Two issues on the admin page:
- I have font files which actually have a space in the filename. With the space in the filename, the fonts do not render in the font samples box, although they do render just fine in production. Renaming the font files without spaces fixes the problem.
- I use Zen theme to build sub-themes. Again, in the samples box, the rendered fonts are chopped top and bottom because of zen applying a
line-height: 1.333em;to #page in Zen's html-elements.css file.
Thanks again!
Comments
Comment #1
btopro commentedErr.. while I agree with what you're saying I'm not sure what I could do to fix them. The reason spaces won't work is that when it sets the property as to what font to use it's looking for a full name. As for Zen...I won't fix something specific to a theme. You can override that property in your sub-theme with the !important value.
This could be good for future documentation but I have no plans to correct these issues.