fontspec
fontspec copied to clipboard
`AutoFakeSlant` should also slant bold italic
trafficstars
This could be improved:
\documentclass{article}
\usepackage{fontspec}
\setmonofont[
AutoFakeSlant,
BoldFont=Inconsolatazi4-Bold.otf,
]{Inconsolatazi4-Regular.otf}
\begin{document}
\ttfamily
Regular
\textbf{Bold}
\textsl{Slanted}
\textit{Italics}
\textbf{\textsl{BoldSlanted}}
\textbf{\textit{BoldItalics}}
\end{document}
I agree, any hope it will be fixed?