Skip to content

Commit cde1198

Browse files
authored
🩹 add open source Calibri fallback (#51)
see: https://wiki.debian.org/SubstitutingCalibriAndCambriaFonts
1 parent 525a1e6 commit cde1198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎themes/radial/rules.typ‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#import "./colors.typ": *
33

44
#let rules(doc) = {
5-
set text(font: "Calibri", size: 11pt)
5+
set text(font: ("Calibri", "Carlito"), size: 11pt)
66
set page("us-letter")
77

88
set footnote.entry(separator: none)

0 commit comments

Comments
 (0)