mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Move to fontawesome5 package (#20)
This commit is contained in:
parent
011913a5c8
commit
410241dc75
1 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
% required packages
|
% required packages
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% Font Awesome font
|
% Font Awesome font
|
||||||
\RequirePackage{fontawesome}
|
\RequirePackage{fontawesome5}
|
||||||
% Package for academic icons
|
% Package for academic icons
|
||||||
\RequirePackage{academicons}
|
\RequirePackage{academicons}
|
||||||
|
|
||||||
|
|
@ -24,16 +24,16 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% symbols definition
|
% symbols definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\renewcommand*{\labelitemi} {\strut\textcolor{color1}{\tiny\faCircleO}}
|
\renewcommand*{\labelitemi} {\strut\textcolor{color1}{\tiny\faCircle}}
|
||||||
%\renewcommand*{\labelitemii} {\strut\textcolor{color1}{\large\bfseries-}} % no change from default in moderncv.cls
|
%\renewcommand*{\labelitemii} {\strut\textcolor{color1}{\large\bfseries-}} % no change from default in moderncv.cls
|
||||||
%\renewcommand*{\labelitemiii} {\strut\textcolor{color1}{\rmfamily\textperiodcentered}}% no change from default in moderncv.cls
|
%\renewcommand*{\labelitemiii} {\strut\textcolor{color1}{\rmfamily\textperiodcentered}}% no change from default in moderncv.cls
|
||||||
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
||||||
|
|
||||||
\renewcommand*{\addresssymbol} {}
|
\renewcommand*{\addresssymbol} {}
|
||||||
\renewcommand*{\mobilephonesymbol} {{\Large\faMobilePhone}~}
|
\renewcommand*{\mobilephonesymbol} {{\small\faMobile}~}
|
||||||
\renewcommand*{\fixedphonesymbol} {\faPhone~}
|
\renewcommand*{\fixedphonesymbol} {{\small\faPhone}~}
|
||||||
\renewcommand*{\faxphonesymbol} {{\small\faFax}~} % alternative: \faPrint
|
\renewcommand*{\faxphonesymbol} {{\small\faFax}~} % alternative: \faPrint
|
||||||
\renewcommand*{\emailsymbol} {{\small\faEnvelopeO}~} % alternative: \faInbox
|
\renewcommand*{\emailsymbol} {{\small\faEnvelope}~} % alternative: \faInbox
|
||||||
\renewcommand*{\homepagesymbol} {{\small\faGlobe}~} % alternative: \faHome
|
\renewcommand*{\homepagesymbol} {{\small\faGlobe}~} % alternative: \faHome
|
||||||
\renewcommand*{\linkedinsocialsymbol} {{\small\faLinkedin}~} % alternative: \faLinkedinSquare
|
\renewcommand*{\linkedinsocialsymbol} {{\small\faLinkedin}~} % alternative: \faLinkedinSquare
|
||||||
\renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare
|
\renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue