mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add fontawesome acceptance test for xelatex
This commit is contained in:
parent
6aea5199c8
commit
61fb90c6aa
3 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
\documentclass{article}
|
||||
\usepackage{fontawesome}
|
||||
|
||||
\begin{document}
|
||||
Cloud \faCloud
|
||||
|
||||
Cog \faCog
|
||||
|
||||
Database \faDatabase
|
||||
|
||||
Leaf \faLeaf
|
||||
\end{document}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"compiler": "xelatex"
|
||||
}
|
Binary file not shown.
Loading…
Reference in a new issue