Google has launched Google font API but, CSS3 standard came with @fontface which enables us to have non web safe fonts on websites.
Can anyone suggest pros and cons of both over each other. Which one is preferred and why?
As far as I'm aware, Google Font API uses @font-face
to load the fonts. eg. http://fonts.googleapis.com/css?family=Tangerine. It also does browser detection to check for Internet Explorer, for whom it will serve up the IE-only .eot
font files instead.
Now I'll take it that you're asking for a comparison between building you're own font files for use with @font-face
and working with Google's solution.
Pro
Cons
Google's licensing scheme, which requires the font to be not only freely available, but also Open Source, means that the amount of fonts that will be available for this service will naturally be small.
@font-face
filePro
Cons
Of course commercial options like Typekit have the best of both worlds, but you'd have to pay for that. Other sources of free, embeddable fonts include Font Squirrel and The League of Moveable Type.
Use the Google API unless there is a specific font you need that Google doesn't have. Otherwise, the Google API will make your life easier, in my opinion.
The new Google API is basically a free version of TypeKit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With