Jimdo / angular-fontselect

A fontselect directive for AngularJS
MIT License
29 stars 9 forks source link

Handle Google Fonts that do not have a default weight #28

Closed Xiphe closed 10 years ago

Xiphe commented 10 years ago

At least "UnifrakturCook" and "Coda Caption" do not have a default weight, so the request we use for imports fails.

(400) http://fonts.googleapis.com/css?family=UnifrakturCook

We need to change that to http://fonts.googleapis.com/css?family=UnifrakturCook:700

Basic logic exists and is used for previews.