Skip to content

Commit 43f3874

Browse files
committed
Update theme to use only free fonts by default
1 parent e95a15e commit 43f3874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme.typ

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
#let default = (
7575
fonts: (
7676
serif: ("Linux Libertine", "Liberation Serif"),
77-
sans: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
77+
sans: ("Liberation Sans", "TeX Gyre Heros"),
7878
mono: ("Liberation Mono",),
7979

8080
text: ("Linux Libertine", "Liberation Serif"),
81-
headings: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
81+
headings: ("Liberation Sans", "TeX Gyre Heros"),
8282
code: ("Liberation Mono",),
8383
),
8484
colors: (

0 commit comments

Comments
 (0)