From 1ed63aa2154777b6c9df0bb5aaae2ad70bebc196 Mon Sep 17 00:00:00 2001 From: Weetile Date: Thu, 17 Oct 2024 11:25:53 +0100 Subject: [PATCH] added more fonts --- README.md | 7 +++++++ lib.typ | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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