I want to use the fontawesome icons in my document. After trying around a little i got to the following code:
% !TeX program = xelatex
\documentclass[a4paper,12pt]{article}
\usepackage{fontspec}
\usepackage{fontawesome}
\begin{document}
\faTwitter
\end{document}
The code is compiling and no error is shown, sadly there is no "twitter-icon", but just a grey square displayed, so it looks like the icon would not be found. Did I forget to do something?
.logfile. Look for the line starting with 'Package: fontawesome' and below. If you can't find anything yoursefl, then you can add the contents of (that part of) the log file to your question. – Marijn Jul 03 '18 at 11:09fontspecin the.logfile. – Nicola Talbot Jul 03 '18 at 16:53