HOW TO: Implement Google Font API on Your Website
Benefits of Using Google Font API Using Google Font API is a great solution for avoiding the many problems that exist when using @font-face in your website. Firstly, the web service simplifies the implementation of web fonts. With only one line of code to reference the font you want to use and some basic CSS, you can get yourself set up in a matter of minutes. No need to worry about web browser quirks, dealing with multiple types of font files, or understanding how @font-face works — Google Font API handles all of that for you.
The fonts are officially supported in all major browsers like Internet Explorer, Firefox, and Safari — which in turn suggests that other less popular web browsers (which are oftentimes based on major browsers) will support it as well.