Skip to content

Commit

Permalink
fix fonts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Oct 8, 2016
1 parent 71d6914 commit d7f4390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fontawesome.sty
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
\usepackage{fontspec}

% definition of \FA as a shortcut to load the Font Awesome font
\newfontfamily{\FA}[Path = fonts/fontawesome/opentype/ , Scale = 0.85 , ]{FontAwesome}
\newfontfamily{\FA}[
Path = fonts/fontawesome/opentype/ ,
Scale = 0.85 ,
SmallCapsFont = *
]{FontAwesome}

% icon-specific commands
\input{fontawesomesymbols-xeluatex.tex}
Expand Down

0 comments on commit d7f4390

Please sign in to comment.