mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
16 lines
357 B
TeX
16 lines
357 B
TeX
\documentclass{article}
|
|
\usepackage{fontspec}
|
|
\defaultfontfeatures{Extension = .otf} % this is needed because
|
|
% fontawesome package loads by
|
|
% font name only
|
|
\usepackage{fontawesome}
|
|
|
|
\begin{document}
|
|
Cloud \faCloud
|
|
|
|
Cog \faCog
|
|
|
|
Database \faDatabase
|
|
|
|
Leaf \faLeaf
|
|
\end{document}
|