Provide the "fixed" option to fontawesome

fontawesome offers the option "fixed", which renders all icons with the same width (by inserting symmetrical empty space, not by rescaling). In CV's the icons are usually used in some form of tabular display or aligned at some vertical edges to highlight visually highlight single career stations or skills - but the icons are not used inside continous text, like the motiviational letter of a CV. Using the "fixed" option provides a cleaner result for a tabular-oriented CV.
To disable this again you can use \PassOptionsToPackage{fixed=false}{fontawesome7} just before \documentclass{moderncv}.
This commit is contained in:
Stefan 2026-08-19 19:42:32 +02:00 committed by GitHub
commit 2ab2c5432c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
% required packages
%-------------------------------------------------------------------------------
% Font Awesome font
\RequirePackage{fontawesome7}
\RequirePackage[fixed]{fontawesome7}
\RequirePackage{xcolor}
%-------------------------------------------------------------------------------