>> \documentclass[11pt,a4paper]{moderncv}

This has this code:

% automatic loading of latin modern fonts if present on the system
\IfFileExists{lmodern.sty}
  {\RequirePackage[T1]{fontenc}\RequirePackage{lmodern}}
  {}

Since fontenc is useless with OpenType fonts (assuming you use them),
add this before \documentclass:

\expandafter\def\csname [email protected]\endcsname{}
\expandafter\def\csname [email protected]\endcsname{T1}

Attachment: pgp6k0FWvFl7s.pgp
Description: PGP signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabolagnulinux.org/mailman/listinfo/dev

Reply via email to