If you are using Personal, see this article.
Below is an explanation of what the Typography Manager covers:
Navigation:
Affects your main menu only
Post Meta:
Affects the date, author and category shown below the post titles.
Post Titles:
Affects post titles only. Will not affect pages/portfolio
Post Copy:
Changes the content text in posts and pages specifically.
Widget Titles:
Affects widgets in the sidebar only
Customizing Fonts Further
To change fonts individually, the font must be active in the Typography manager, or you can download and use the Wp-Google Fonts plugin from Plugins > Add New. Custom styles for fonts activated in the Typography Manager can be placed into the theme’s Custom CSS to affect specific elements. Example:
Footer Navigation, where Font Name is the name of the font in the Typography Manager.:
#nav-footer li a{ font-family: ‘Font Name’, sans-serif !important; font-size: 14px !important;}
Titles on Portfolios, where the font is Droid Sans and the size and color are also customized:
.portfolio-list h4.post-title{
font-family: ‘Droid-Sans’, Arial, Helvetica, sans-serif !important;
font-size: 38px !important;
color: #f00 !important;
}
Need help with the styles? Drop us a line in your theme’s support forum