added more fonts

This commit is contained in:
2024-10-17 11:25:53 +01:00
parent 3d3e006b59
commit 1ed63aa215
2 changed files with 8 additions and 1 deletions

View File

@ -2,3 +2,10 @@
Unofficial report template for reports at Royal Holloway, University of London.
Created by Otto Helen-Goldring and heavily modified from [light-report-uia](https://typst.app/universe/package/light-report-uia/).
## Usage
```bash
typst c --root . ./template/main.typ
```

View File

@ -16,7 +16,7 @@
body
) = {
set document(title: [#title - #group_name], author: author)
set text(font: "Fira Sans")
set text(font: ("Fira Sans", "Helvetica", "Arial", "Roboto", "SF Pro Display", "Segoe UI"))
set par(justify: true)
show link: underline