Forum How do I...?

Vista Fonts

JML
I found where to get Microsoft's new TrueType fonts:
PowerPoint Viewer 2007
http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&displaylang=en

Prince displays them well.

Here's a test view page to run through Prince:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MS Vista New TrueType Fonts</title>

<style type="text/css">
.andale-sans {font: 11pt "Andale Sans for VST", sans-serif;}
.calibri {font: 11pt "Calibri", sans-serif;}
.cambria {font: 11pt "Cambria & Cambria Math", serif;}
.candara {font: 11pt "Candara", sans-serif;}
.consolas {font: 11pt "Consolas", serif;}
.constantia {font: 11pt "Constantia", serif;}
.corbel {font: 11pt "Corbel", sans-serif;}
.free-mono {font: 11pt "FreeMono", monotype;}
.free-sans {font: 11pt "FreeSans", sans-serif;}
.free-serif {font: 11pt "FreeSerif", serif;}
.thorndale {font: 11pt "Thorndale for VST", serif;}
</style>
</head>

<body>
<h1>MS Vista New TrueType Fonts</h1>

<div class="andale-sans">
<h2>Andale Sans for VST</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>

<div class="calibri">
<h2>Calibri</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>

<div class="cambria">
<h2>Cambria</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>

<div class="candara">
<h2>Candara</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>

<div class="consolas">
<h2>Consolas</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>


<div class="constantia">
<h2>Constantia</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>

<div class="corbel">
<h2>Corbel</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>

<div class="thorndale">
<h2>Thorndale for VST</h2>
The—Quick! Brown? [‘Fox’], Jumps; “Over” <i>The</i> <b>Lazy</b> 1234567890* (&lt;Dog&gt;.)
</div>
</body>
</html>