Closed hair-splitter closed 1 year ago
The xelatex compiler does not find the SimpleIcons.otf file on Windows. The solution is that you should replace the code \newfontfamily{\simpleiconsmap}{SimpleIcons} with \newfontfamily{\simpleiconsmap}{SimpleIcons.otf} in the simpleicons.sty.
\newfontfamily{\simpleiconsmap}{SimpleIcons}
\newfontfamily{\simpleiconsmap}{SimpleIcons.otf}
(Release should happen in the next 24 hours)
The xelatex compiler does not find the SimpleIcons.otf file on Windows. The solution is that you should replace the code
\newfontfamily{\simpleiconsmap}{SimpleIcons}
with\newfontfamily{\simpleiconsmap}{SimpleIcons.otf}
in the simpleicons.sty.