---
title: "Untitled"
mainfont: "Uncial Antiqua"
format: html
# pdf:
# pdf-engine: lualatex
---
```{css}
@import url('https://fonts.googleapis.com/css?family=Uncial Antiqua');
```- 1
-
mainfontshould apply to most document elements (but possibly not all – keep an eye on) - 2
-
alternative YAML structure for
(if fonts not displaying as expected) - 3
- easiest html option if fonts not displaying as expected (html dependent on viewer setup, not your local font installations)








