Difference between revisions of "Using Google fonts in styling"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with 'Example @import url(http://fonts.googleapis.com/css?family=Play:400,700); .TempusServaPage h3 { font: normal 14px 'play' }')
 
old>Admin
Line 1: Line 1:
Example
Example
 
<blockquote>
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
@import url(http://fonts.googleapis.com/css?family=Play:400,700);


Line 6: Line 6:
   font: normal 14px 'play'
   font: normal 14px 'play'
}
}
</blockquote>

Revision as of 15:42, 22 February 2013

Example

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

.TempusServaPage h3 { font: normal 14px 'play' }