diff --git a/CHANGELOG b/CHANGELOG index 1771256..c132738 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ version 1.5.0 (xx MMM 2013) - added a new icon set: "awesome" (using the icons from the Font Awesome font). + - set the "awesome" icon set as the default for the "casual" and "banking" + style variants (can be changed back with \moderncvicons{marvosym}). version 1.4.0 (28 Mar 2013) - deprecated \phone, \mobile and \fax in favour of \phone[], where diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 6f51daf..3ffbb43 100644 Binary files a/examples/template-es.pdf and b/examples/template-es.pdf differ diff --git a/examples/template_banking_red.pdf b/examples/template_banking_red.pdf index a209bfd..240ccd2 100644 Binary files a/examples/template_banking_red.pdf and b/examples/template_banking_red.pdf differ diff --git a/examples/template_casual_orange.pdf b/examples/template_casual_orange.pdf index 0ce2b36..3f2675a 100644 Binary files a/examples/template_casual_orange.pdf and b/examples/template_casual_orange.pdf differ diff --git a/examples/template_classic_green.pdf b/examples/template_classic_green.pdf index 4b67dfb..7919a69 100644 Binary files a/examples/template_classic_green.pdf and b/examples/template_classic_green.pdf differ diff --git a/examples/template_multibib.pdf b/examples/template_multibib.pdf index 8b19492..dfa8765 100644 Binary files a/examples/template_multibib.pdf and b/examples/template_multibib.pdf differ diff --git a/examples/template_oldstyle_grey.pdf b/examples/template_oldstyle_grey.pdf index be32583..554a057 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncvstylebanking.sty b/moderncvstylebanking.sty index 3836c69..642a49c 100644 --- a/moderncvstylebanking.sty +++ b/moderncvstylebanking.sty @@ -38,7 +38,7 @@ %\fi % symbols -\moderncvicons{marvosym} +\moderncvicons{awesome} % commands \newcommand*{\maketitlesymbol}{% diff --git a/moderncvstylecasual.sty b/moderncvstylecasual.sty index 6dd9fd8..8ed90da 100644 --- a/moderncvstylecasual.sty +++ b/moderncvstylecasual.sty @@ -17,6 +17,7 @@ % required packages %------------------------------------------------------------------------------- \RequirePackage{moderncvstyleclassic} +\moderncvicons{awesome} %-------------------------------------------------------------------------------