mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-04 05:00:04 +02: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}
|