Skip to content

Commit

Permalink
adjust default fonts in aog theme so they apply to titles etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Sep 12, 2024
1 parent c4c58e6 commit 2e2a2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function aog_theme(; fonts=[firasans("Medium"), firasans("Light")])
)

return (;
fonts = (; regular = lightfont, bold = mediumfont),
marker,
colormap,
linecolor,
Expand Down

0 comments on commit 2e2a2e2

Please sign in to comment.