Site icon Haktan Suren, PhD

Google Fonts: Make your website even prettier!

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

Exit mobile version