Difference between revisions of "Using Google fonts in styling"

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

Revision as of 15:44, 22 February 2013

Example

@import url(http://fonts.googleapis.com/css?family=Play:400,700);
...
.TempusServaPage h3 { font: normal 14px 'play'}