From 42a00a5365065cf2fb8131e23da06dcaf0cc70db Mon Sep 17 00:00:00 2001 From: Cali Garmo Date: Mon, 2 Sep 2024 15:46:57 -0700 Subject: [PATCH] Update old style to use symbol instead of marvosym --- moderncvstyleoldstyle.sty | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/moderncvstyleoldstyle.sty b/moderncvstyleoldstyle.sty index 37de3c5..d3c0f7f 100644 --- a/moderncvstyleoldstyle.sty +++ b/moderncvstyleoldstyle.sty @@ -47,11 +47,7 @@ % symbols \if@symbols - \ifxetexorluatex - \moderncvicons{awesome} % use font-awesome symbols if lualatex or xelatex is used - \else - \moderncvicons{marvosym} % use marvosym symbols pdflatex is used - \fi + \moderncvicons{symbols} % use marvosym symbols pdflatex is used \else \moderncvicons{letters} % do not use symbols, use letters \fi