From 29a34bfb559b4e7594286cbc37b9f4b0717a4bc6 Mon Sep 17 00:00:00 2001 From: Stefan <127047691+stepo2@users.noreply.github.com> Date: Sun, 22 Feb 2026 18:56:27 +0100 Subject: [PATCH] Make born asterisk icon tiny (instead of small) (#273) * Make born asterisk icon tiny (instead of small) The asterisk optically looks huge, even as "small". When using "tiny" it looks better. * add raisebox to born symbol * Update CHANGELOG * Fix typo in CHANGELOG --- CHANGELOG | 2 ++ moderncviconsawesome.sty | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2e1d480..aa31cb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ version next - Document how to set custom strings for social command (#239) - Correct documentation to reflect new order \moderncvcolor before \moderncvstyle (#256) - Adding optional \postscript{PS text} command to cover letter in all current styles (#271) +- Decreasing the size of born symbol to "tiny" and raising it by .5ex, + to look typograpically more in line with born symbols outside moderncv (#273) version 2.5.1 (31 Jan 2026) - Fix french babel breaking contemporary style (#219) diff --git a/moderncviconsawesome.sty b/moderncviconsawesome.sty index 8430adb..f55f0a9 100644 --- a/moderncviconsawesome.sty +++ b/moderncviconsawesome.sty @@ -102,7 +102,7 @@ %\renewcommand*{\matrixsocialsymbol} {} % \renewcommand*{\arxivsocialsymbol} {{\color{arxiv}{\small\faarXiv}}~} % \renewcommand*{\inspiresocialsymbol} {{\color{inspire}{\small\faInspire}}~} -\renewcommand*{\bornsymbol} {{\color{born}\small\faAsterisk}~} % alternative: \faBabyCarriage +\renewcommand*{\bornsymbol} {{\color{born}\raisebox{.5ex}{\tiny\faAsterisk}}~} % alternative: \faBabyCarriage \renewcommand*{\mediumsocialsymbol} {{\color{medium}\small\faMedium}~}