I&#39;m a technical writer, and my company just switched standard typefaces. For documents destined to both screen and paper, we are to use Georgia.<div><br></div><div>My Windows system has georgia.ttf, and I seem to be able to get XeLaTeX to see it... but, when I compile the following document:</div>
<div><br></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\documentclass{article}</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\usepackage{fontspec}</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\usepackage{xunicode}
</font><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\usepackage{xltxtra}</font></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\setmainfont[Mapping=tex-text]{Georgia}</font></p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\fontspec[Ligatures={Common}]{Georgia}</font></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\begin{document}</font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">I like fish.</font></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">\end{document}</font></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
I don&#39;t get the fi ligature in my output. When I view Georgia in Character Map I can see the ligature at address U+FB01. Is there any way to tell XeTeX where the ligature is and make it use the glyph?</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Matthew Mellon</p></div>