Drop this CSS rules to the page's Custom CSS area to further customize your pages.
Google Fonts
Google has a great directory of fonts free to use. Implementing a Google font is quite straightforward:
- Choose your font from the Google Fonts site: http://www.google.com/webfonts
- Embed the related link in the page's custom header field, example:
<link href="http://fonts.googleapis.com/css?family=Stint+Ultra+Expanded" rel="stylesheet" type="text/css">
• Embed the related css rule in the page's css field, example:
body { font-family: 'Stint Ultra Expanded', cursive; }
• Fonts can also be applied to headings only, example:
h1, h2, h3, h4, h5 { font-family: 'Stint Ultra Expanded', cursive; }
Comments
0 comments
Article is closed for comments.