Skip to content

Commit dc08998

Browse files
committed
fix: add Lucida Grande and Arial as fallback fonts (#32)
1 parent 9deda49 commit dc08998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyobsplot/static/template.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#let obsplot(
1717
file,
1818
margin: 10pt,
19-
font-family: ("San Francisco", "Segoe UI", "Noto Sans", "Roboto", "Cantarell", "Ubuntu"),
19+
font-family: ("San Francisco", "Segoe UI", "Noto Sans", "Roboto", "Cantarell", "Ubuntu", "Lucida Grande", "Arial"),
2020
scale: 1
2121
) = {
2222

0 commit comments

Comments
 (0)