Incorrect display of the sigma symbol for warnock pro font in prince output PDF.
XHTML:
<p>Also on the basis of the stress–strain diagram, some properties like ultimate tensile strength – <i>σ</i><sub>m</sub> (<i>UTS</i>)/(MPa); 0.2 offset yield strength – <i>σ</i><sub>0.2</sub> (<i>YS</i>)/(MPa); modulus of elasticity – <i>E</i>/(GPa); elongation/strain – <i>ε</i> (%), and so on can be obtained.</p>
CSS:
<style>
@font-face{font-family: "WarnockPro-Regular";font-weight: normal;font-style: normal;src: url(fonts/WarnockPro-Regular.otf);}
@font-face{font-family: "WarnockPro-Bold";font-weight: bold;font-style: normal;src: url(fonts/WarnockPro-Bold.otf);}
@font-face{font-family: "warnock-pro-italic";font-weight: normal;font-style: italic;font-style:italic;font-weight:normal; src: url(fonts/warnock-pro-italic.otf);}
p {font-family:WarnockPro-Regular;}
p i {font-family:"warnock-pro-italic";}
</style>
XHTML:
<p>Also on the basis of the stress–strain diagram, some properties like ultimate tensile strength – <i>σ</i><sub>m</sub> (<i>UTS</i>)/(MPa); 0.2 offset yield strength – <i>σ</i><sub>0.2</sub> (<i>YS</i>)/(MPa); modulus of elasticity – <i>E</i>/(GPa); elongation/strain – <i>ε</i> (%), and so on can be obtained.</p>
CSS:
<style>
@font-face{font-family: "WarnockPro-Regular";font-weight: normal;font-style: normal;src: url(fonts/WarnockPro-Regular.otf);}
@font-face{font-family: "WarnockPro-Bold";font-weight: bold;font-style: normal;src: url(fonts/WarnockPro-Bold.otf);}
@font-face{font-family: "warnock-pro-italic";font-weight: normal;font-style: italic;font-style:italic;font-weight:normal; src: url(fonts/warnock-pro-italic.otf);}
p {font-family:WarnockPro-Regular;}
p i {font-family:"warnock-pro-italic";}
</style>