Difference between revisions of "Using Google fonts in styling"
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> | ||
} | |||
</blockquote> | </blockquote> |
Revision as of 14:44, 22 February 2013
Example
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
...
.TempusServaPage h3 { font: normal 14px 'play'}