我使用 Source Sans Pro 作为文本和数学字体。但是,我使用的 Latex 发行版 (Overleaf 2017 Legacy) 中缺少一些符号,由于其他复杂情况,我无法更改这些符号。
MWE(lualatex,Overleaf 2017 Legacy):
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{fontspec}
\setmainfont{Source Sans Pro}[Ligatures=TeX,SmallCapsFeatures={Letters=SmallCaps,LetterSpace=5}]
\usepackage[math-style=upright]{unicode-math}
\setmathfont{Source Sans Pro}
\begin{document}
$A^*$
\end{document}
如何使用相似的字体自动替换任何缺失的字体?
谢谢您的帮助。