add fontawesome acceptance test for xelatex

This commit is contained in:
Brian Gough
2017-02-21 09:33:03 +00:00
parent 08f0955817
commit a50582fd7c
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"
}