mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Upgrade to fontawesome6 (#238)
* upgrade to fontawesome6, use signal icon from fontawesome instead of tikz and migrate the faGlobe icons to new syntax * correct ordering of releases manually after auto-merge: fontawesome6 is used in moderncv >2.5.1
This commit is contained in:
parent
93a77ab387
commit
247d3fd585
5 changed files with 11 additions and 77 deletions
|
|
@ -16,7 +16,7 @@
|
|||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
% Font Awesome font
|
||||
\RequirePackage{fontawesome5}
|
||||
\RequirePackage{fontawesome6}
|
||||
\RequirePackage{xcolor}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
@ -55,7 +55,9 @@
|
|||
\providecolor{playstation}{named}{default-socialicon-color}
|
||||
\providecolor{battlenet}{named}{default-socialicon-color}
|
||||
\providecolor{born}{named}{default-socialicon-color}
|
||||
\providecolor{signal}{named}{default-socialicon-color}
|
||||
\providecolor{medium}{named}{default-socialicon-color}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% all symbols described in moderncv.cls
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
@ -70,7 +72,7 @@
|
|||
\renewcommand*{\fixedphonesymbol} {{\color{fixedphone}\small\faPhone*}~} % alternative: \faPhone (reversed)
|
||||
\renewcommand*{\faxphonesymbol} {{\color{faxphone}\small\faFax}~} % alternative: \faPrint
|
||||
\renewcommand*{\emailsymbol} {{\color{email}\small\faEnvelope[regular]}~} % alternative: \faInbox, \faEnvelope (solid style)
|
||||
\renewcommand*{\homepagesymbol} {{\color{homepage}\small\faGlobeAmericas}~} % alternative: \faHome, \faGlobe, \faGlobeEurope, \faGlobeAfrica, \faGlobeAsia
|
||||
\renewcommand*{\homepagesymbol} {{\color{homepage}\small\faEarthAmericas}~} % alternative: \faHome, \faGlobe, \faEarthEurope, \faEarthAfrica, \faEarthAsia, \faEarthOceania
|
||||
\renewcommand*{\linkedinsocialsymbol} {{\color{linkedin}\small\faLinkedinIn}~} % alternative: \faLinkedin
|
||||
\renewcommand*{\xingsocialsymbol} {{\color{xing}\small\faXing}~} % alternative: \faXingSquare
|
||||
\renewcommand*{\twittersocialsymbol} {{\color{twitter}\small\faTwitter}~} % alternative: \faTwitterSquare
|
||||
|
|
@ -96,7 +98,7 @@
|
|||
\renewcommand*{\xboxsocialsymbol} {{\color{xbox}\small\faXbox}~}
|
||||
\renewcommand*{\playstationsocialsymbol} {{\color{playstation}\small\faPlaystation}~}
|
||||
\renewcommand*{\battlenetsocialsymbol} {{\color{battlenet}\small\faBattleNet}~}
|
||||
%\renewcommand*{\signalsocialsymbol} {}
|
||||
\renewcommand*{\signalsocialsymbol} {{\color{signal}\small\faSignalMessenger}~}
|
||||
%\renewcommand*{\matrixsocialsymbol} {}
|
||||
% \renewcommand*{\arxivsocialsymbol} {{\color{arxiv}{\small\faarXiv}}~}
|
||||
% \renewcommand*{\inspiresocialsymbol} {{\color{inspire}{\small\faInspire}}~}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue