diff --git a/README.md b/README.md index 4ace1bd..fdffb29 100644 --- a/README.md +++ b/README.md @@ -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 +``` + diff --git a/lib.typ b/lib.typ index 24eaf02..a479d4d 100644 --- a/lib.typ +++ b/lib.typ @@ -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