Google Fonts: Make your website even prettier!

By Haktan Suren, PhD
In Blog
Oct 3rd, 2012
0 Comments
5273 Views

I would like to share something that I have recently discovered, Google Fonts. It is awesome!. It will definitely change the way your website looks significantly. Worth to try! Usage is very simple, you can use it with WordPress/Joomla/Drupal etc.

Simply choose the font family that you want to include from the website above and include the given code into the head section of your code.

Example

<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>

and then use it like fallowing

font-family:  'Droid Serif', Arial, Helvetica, Sans-Serif;
font-size: 1.5 em;

Find some more details on the official web page of the Google

About the Author

Haktan Suren, PhD
- Webguru, Programmer, Web developer, and Father :)

Wrap your code in <code class="{language}"></code> tags to embed!

Leave a Reply

E-mail address is required for commenting. However, it won't be visible to other users.

Loading Facebook Comments ...
Loading Disqus Comments ...