We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95a15e commit 43f3874Copy full SHA for 43f3874
src/theme.typ
@@ -74,11 +74,11 @@
74
#let default = (
75
fonts: (
76
serif: ("Linux Libertine", "Liberation Serif"),
77
- sans: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
+ sans: ("Liberation Sans", "TeX Gyre Heros"),
78
mono: ("Liberation Mono",),
79
80
text: ("Linux Libertine", "Liberation Serif"),
81
- headings: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
+ headings: ("Liberation Sans", "TeX Gyre Heros"),
82
code: ("Liberation Mono",),
83
),
84
colors: (
0 commit comments