Using Google fonts in styling

From TempusServa wiki
Revision as of 15:52, 22 February 2013 by old>Admin
Jump to navigation Jump to search

Find a font you alike

http://www.google.com/webfonts

Change your stylesheet like this example

@import url(http://fonts.googleapis.com/css?family=Molle:400italic);
...
.TempusServaPage h3 { font-family: 'Molle'}


<link href='http://fonts.googleapis.com/css?family=Molle:400italic' rel='stylesheet' type='text/css'>

Enjoy youre new font