From 2ab2c5432ca420328be8f045d1b5567d9d7e182c Mon Sep 17 00:00:00 2001 From: Stefan <127047691+stepo2@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:42:32 +0200 Subject: [PATCH] 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}. --- moderncviconsawesome.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderncviconsawesome.sty b/moderncviconsawesome.sty index d9d3bcf..a2d10c4 100644 --- a/moderncviconsawesome.sty +++ b/moderncviconsawesome.sty @@ -16,7 +16,7 @@ % required packages %------------------------------------------------------------------------------- % Font Awesome font -\RequirePackage{fontawesome7} +\RequirePackage[fixed]{fontawesome7} \RequirePackage{xcolor} %-------------------------------------------------------------------------------