mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
43 lines
1.8 KiB
Diff
43 lines
1.8 KiB
Diff
--- src-original/Awesome-CV/awesome-cv.cls 2025-07-23 07:41:28.293602869 +0200
|
|
+++ src-altered/Awesome-CV/awesome-cv.cls 2025-07-23 07:45:44.006960535 +0200
|
|
@@ -75,7 +75,7 @@
|
|
% Needed to manage math fonts
|
|
\RequirePackage{unicode-math}
|
|
% Needed to use icons from font-awesome
|
|
-\RequirePackage{fontawesome6}
|
|
+\RequirePackage{fontawesome5}
|
|
\RequirePackage{roboto}
|
|
\RequirePackage[default,opentype]{sourcesanspro}
|
|
% Needed for the photo ID
|
|
@@ -503,19 +503,19 @@
|
|
{%
|
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
|
% \mbox prevents wrapping of elements%
|
|
- \mbox{\faCakeCandles\acvHeaderIconSep\@dateofbirth}%
|
|
+ \mbox{\faBirthdayCake\acvHeaderIconSep\@dateofbirth}%
|
|
}%
|
|
\ifthenelse{\isundefined{\@homepage}}%
|
|
{}%
|
|
{%
|
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
|
- \href{http://\@homepage}{\faHouseChimney\acvHeaderIconSep\@homepage}%
|
|
+ \href{http://\@homepage}{\faHome\acvHeaderIconSep\@homepage}%
|
|
}%
|
|
\ifthenelse{\isundefined{\@github}}%
|
|
{}%
|
|
{%
|
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
|
- \href{https://github.com/\@github}{\faSquareGithub\acvHeaderIconSep\@github}%
|
|
+ \href{https://github.com/\@github}{\faGithubSquare\acvHeaderIconSep\@github}%
|
|
}%
|
|
\ifthenelse{\isundefined{\@gitlab}}%
|
|
{}%
|
|
@@ -587,7 +587,7 @@
|
|
{}%
|
|
{%
|
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
|
- \href{https://www.xing.com/profile/\@xing}{\faSquareXing\acvHeaderIconSep\@xing}
|
|
+ \href{https://www.xing.com/profile/\@xing}{\faXingSquare\acvHeaderIconSep\@xing}
|
|
}%
|
|
\ifthenelse{\isundefined{\@medium}}%
|
|
{}%
|