Hi, i love the molengo font, and would love to know whether this could be used as the main p font. if so, can you advise me how to do this.
many thanks
Hi, i love the molengo font, and would love to know whether this could be used as the main p font. if so, can you advise me how to do this.
many thanks
Hi,
in your header.php you can add:
<link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'>
below:
<link rel="stylesheet" href="<?php echo get_bloginfo('template_url'); ?>/css/slideshow.css" type="text/css" media="screen"/>
Then, in your style.css add the following to the bottom:
p{
font-family: 'Molengo', sans-serif;
}
This is the non-cufon-way .. it's better.
great - works a treat!!! can you take a quick look at my plug in query? that would be amazing. many thanks
Glad that Chris could help you :)
You must log in to post.