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?
Thank you,
Pat Breslin
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