diff --git a/examples/cv.pdf b/examples/cv.pdf index 87b403a..42d0ecd 100644 Binary files a/examples/cv.pdf and b/examples/cv.pdf differ diff --git a/examples/resume.pdf b/examples/resume.pdf index 9917e7c..05966b4 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ diff --git a/fontawesome.sty b/fontawesome.sty index b9fea7b..ca60f2b 100644 --- a/fontawesome.sty +++ b/fontawesome.sty @@ -9,7 +9,9 @@ \usepackage{fontspec} % Define shortcut to load the Font Awesome font. -\newfontfamily{\FA}{FontAwesome} +\newfontfamily{\FA}[ +Path=fonts/ +]{FontAwesome} % Generic command displaying an icon by its name. \newcommand*{\faicon}[1]{{ \FA\csname faicon@#1\endcsname diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf new file mode 100644 index 0000000..681bdd4 Binary files /dev/null and b/fonts/FontAwesome.otf differ