added more fonts
This commit is contained in:
@ -2,3 +2,10 @@
|
|||||||
|
|
||||||
Unofficial report template for reports at Royal Holloway, University of London.
|
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/).
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
2
lib.typ
2
lib.typ
@ -16,7 +16,7 @@
|
|||||||
body
|
body
|
||||||
) = {
|
) = {
|
||||||
set document(title: [#title - #group_name], author: author)
|
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)
|
set par(justify: true)
|
||||||
show link: underline
|
show link: underline
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user