Skip to content

Commit

Permalink
Merge pull request #101 from TomVer99/fix/remove-fallback-fase
Browse files Browse the repository at this point in the history
fix/remove font fallback
  • Loading branch information
TomVer99 authored Jun 10, 2024
2 parents d3653de + af3c25b commit 551aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/fhict-template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
)

// Set the document's style
set text(font: "Roboto", fallback: false, size: 11pt, fill: black)
set text(font: "Roboto", size: 11pt, fill: black)
set cite(style: citation-style)

// Set the header style
Expand Down

0 comments on commit 551aff1

Please sign in to comment.