Using Google fonts in styling

From TS NoCode wiki
Revision as of 14:41, 22 February 2013 by old>Admin (Created page with 'Example @import url(http://fonts.googleapis.com/css?family=Play:400,700); .TempusServaPage h3 { font: normal 14px 'play' }')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Example

@import url(http://fonts.googleapis.com/css?family=Play:400,700);

.TempusServaPage h3 {

 font: normal 14px 'play'

}