add fontawesome acceptance test for xelatex

This commit is contained in:
Brian Gough 2017-02-21 09:33:03 +00:00
parent 6aea5199c8
commit 61fb90c6aa
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,12 @@
\documentclass{article}
\usepackage{fontawesome}
\begin{document}
Cloud \faCloud
Cog \faCog
Database \faDatabase
Leaf \faLeaf
\end{document}

View file

@ -0,0 +1,3 @@
{
"compiler": "xelatex"
}