stylesplugin / styles-font-menu

Display an up-to-date menu of Google Fonts with image previews. Include it in your own plugins and themes, or install as a plugin.
15 stars 9 forks source link

How to display only fonts that have latin-ext support #7

Closed vaclavgreif closed 10 years ago

vaclavgreif commented 10 years ago

Is there a way ho display only fonts with latin-ext support?

pdclark commented 10 years ago

There's not currently a filter for this, but this is the line that's causing fonts to be limited to latin only: https://github.com/stylesplugin/styles-font-menu/blob/e8dab5b97cb76f744597e8f27cf378e8c6de524a/classes/sfm-group-google.php#L92

vaclavgreif commented 10 years ago

Works great, thanks!