my one minute review of google font api and typekit
Why does typekit have to make the process so complicated? All I really wanted to do was say :
@font-face{
font-family: “foo”;
src=”typekit.com/foo”
}
but they have to add in some js magic where it “automatically” publishes to my site. No. I don’t want any magic. Why can’t this service work like the google ajax library apis? Just drop in the url where the thing is hosted….
So I choose the google font api, even though they don’t have as many fonts, and it’s still js magic, but much less obtrusive. The last thing I want is another “dashboard” to have to log into.
(or maybe typekit can do this? should I have just RTFM?)