Add titular font

This commit is contained in:
Krzysztof Rudnicki 2022-08-17 19:22:26 +02:00
parent e0f99d2a89
commit ddbd6be989
2 changed files with 9 additions and 5 deletions

Binary file not shown.

View File

@ -1,6 +1,10 @@
\documentclass{article}
\begin{document}
First document. This is a simple example, with no
extra parameters or packages included.
\documentclass{report}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{Adagio_Slab}
\begin{document}
\begin{titlepage}
\begin{center}
Politechnika Warszawska 2
\end{center}
\end{titlepage}
\end{document}