mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
8 lines
170 B
TeX
8 lines
170 B
TeX
|
\documentclass[11pt]{article}
|
||
|
\usepackage{fontspec}
|
||
|
\setmainfont[Ligatures=TeX]{Zapfino.ttf}
|
||
|
\begin{document}
|
||
|
The quick brown fox jumps over the lazy dog
|
||
|
\end{document}
|
||
|
|