Remove unnecessary font features
The default fontspec font features are ``` \defaultfontfeatures [\rmfamily,\sffamily] {Ligatures=TeX} \defaultfontfeatures [\ttfamily] {WordSpace={1,0,0}, PunctuationSpace=WordSpace} ``` There isn't a reason to override this (see PR #154).
This commit is contained in:
parent
e84a7adeff
commit
97db2f4382
|
@ -42,7 +42,6 @@
|
||||||
% \begin{macrocode}
|
% \begin{macrocode}
|
||||||
\ifboolexpr{bool {xetex} or bool {luatex}}{
|
\ifboolexpr{bool {xetex} or bool {luatex}}{
|
||||||
\RequirePackage[no-math]{fontspec}
|
\RequirePackage[no-math]{fontspec}
|
||||||
\defaultfontfeatures{Mapping=tex-text}
|
|
||||||
% \end{macrocode}
|
% \end{macrocode}
|
||||||
%
|
%
|
||||||
% To simplify the check whether the |Fira| fonts are installed, a set macros is
|
% To simplify the check whether the |Fira| fonts are installed, a set macros is
|
||||||
|
|
Loading…
Reference in New Issue