(さらに余談)
OpenTypeフォントの中には「数字の字形が等幅かプロポーショナルか」を選択できるものもあります。以下は、fontspecパッケージで数字の字形を選択する例です。
\documentclass{ltjsarticle} \usepackage{fontspec} \begin{document} テスト。\par\bigskip % 数字は等幅 \fontspec{Linux Libertine O} HbA1c refers to glycated haemoglobin (A1c). % 数字はプロポーショナル \fontspec{Linux Libertine O}[Numbers=Proportional] HbA1c refers to glycated haemoglobin (A1c). \end{document}