Forum How do I...?

Another font question

pbreslin
Hello,

I am using a Lucida Console font, which is bolded in places. It looks fine in my browser, but in Prince, it won't appear bolded. Here is an example. Could you give me any suggestions?

<html>
<head>
<style>
.LucidaBold { 
font-family: "Lucida Console";
font-weight: bold;
}
.Lucida { 
font-family: "Lucida Console";
}
</style>
</head>
<body>
<p class="Lucida">This should be Lucida Console font</p>
<p class="LucidaBold">This should be Lucida Console Bold font</p>
</body>
</html>


Thank you,

Pat Breslin
Lynx
One observation is that Lucida Console on Win XP comes in regular weight only (but browsers are usually capable to make regular fonts look bolder).
pbreslin
That does seem to be the problem. Prince only bolds the fonts if they have a bold ttf file in my Fonts directory. I didn't realize that the browsers are doing some extra interpretation.

Thank you,

Pat Breslin