0

I am building a document class and I am using these fonts. Unfortunately, after an update the style naming convention changed slightly e.g. Medium is now Medm and SemiBold is now SmBld. This has not been updated on Overleaf though and when compiling there, the process break. How can I make it compile consistently across platforms.

Minimum example:

\documentclass{article}

\usepackage{fontspec}

% This works locally, but breaks on Overleaf % \setmainfont{IBM Plex Sans SmBld} % This works on Overleaf but breaks locally \setmainfont{IBM Plex Sans SemiBold}

\begin{document} Hello with IBM Plex Semi Bold! \end{document}

0 Answers0