Hello,
I can't seem to get certain fonts, like Courier New and FixedSys, to appear in my PDF output. For example, the html below displays in different fonts in my browser, but in Prince, the Courier New and FixedSys fonts default to Times New Roman.
<html>
<head>
<style>
.CourierNew { font-family: Courier New }
.FixedSys { font-family: FixedSys }
.TimesNewRoman { font-family: Times New Roman }
.Arial { font-family: Arial }
</style>
</head>
<body>
<p class="CourierNew">This should be Courier New font</p>
<p class="FixedSys">This should be FixedSys font</p>
<p class="TimesNewRoman">This should be Times New Roman font</p>
<p class="Arial">This should be Arial font</p>
</body>
</html>
Is there something I am missing?
Thank you,
Pat Breslin
I can't seem to get certain fonts, like Courier New and FixedSys, to appear in my PDF output. For example, the html below displays in different fonts in my browser, but in Prince, the Courier New and FixedSys fonts default to Times New Roman.
<html>
<head>
<style>
.CourierNew { font-family: Courier New }
.FixedSys { font-family: FixedSys }
.TimesNewRoman { font-family: Times New Roman }
.Arial { font-family: Arial }
</style>
</head>
<body>
<p class="CourierNew">This should be Courier New font</p>
<p class="FixedSys">This should be FixedSys font</p>
<p class="TimesNewRoman">This should be Times New Roman font</p>
<p class="Arial">This should be Arial font</p>
</body>
</html>
Is there something I am missing?
Thank you,
Pat Breslin