Difference between revisions of "Using Google fonts in styling"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 4: | Line 4: | ||
.TempusServaPage h3 { | .TempusServaPage h3 { | ||
font: normal 14px 'play' | font: normal 14px 'play' | ||
} | } | ||
</blockquote> | </blockquote> |
Revision as of 14:43, 22 February 2013
Example
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
.TempusServaPage h3 {
font: normal 14px 'play'
}