使用 Palatino Linotype 字体的 scshape 数字

使用 Palatino Linotype 字体的 scshape 数字

我最近注意到,使用 Palatino Linotype 字体时,数字\scshape看起来非常小,如以下示例中的章节标题所示。有没有什么方法可以让数字看起来正常?

在此处输入图片描述

\documentclass{article}

% \usepackage{newpxtext}
\usepackage{fontspec}
\setmainfont{Palatino Linotype}

\usepackage{blindtext}

\usepackage{titlesec}

\titleformat{\section}
  {\normalfont\Large\bfseries\scshape}{\thesection}{1em}{}
\titleformat{\subsection}
  {\normalfont\large\bfseries\scshape}{\thesubsection}{1em}{}

\begin{document}

\blinddocument

\end{document}

相关内容