Enqueue Google Fonts
You can register fonts in PHP.
Registered fonts will be enqueued and can be used in the site's CSS.
If you want to have a Google Font as a default in your theme or plugin you can easily use this function to register the fonts on activation and deregister the font on deactivation.
Add a Google Font
tk_google_fonts_add_font('fontname');
Delete a Google Font
tk_google_fonts_delete_font('fontname');