Using Google fonts in styling
Revision as of 14:46, 22 February 2013 by old>Admin
Find a font you alike
http://www.google.com/webfonts
Change your stylesheet like this example
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
...
.TempusServaPage h3 { font: normal 14px 'play'}