From a1f13001dab1c45c31bd38820ea53cf5f67bf5b1 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Mar 2026 01:51:36 -0400 Subject: refactor: re-arrange fonts --- src/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.py b/src/app.py index 9eac40c..486fc90 100644 --- a/src/app.py +++ b/src/app.py @@ -200,7 +200,7 @@ def build_pdf_css( if font_family == "sans": font_stack = ( - '"TeX Gyre Heros", "CMU Sans Serif", "Liberation Sans", FreeSans, "Droid Sans", ' + '"Liberation Sans", "TeX Gyre Heros", "CMU Sans Serif", FreeSans, "Droid Sans", ' '"Segoe UI Variable", "Segoe UI", Tahoma, "SF Pro Text", ' '"SF Pro Display", "Helvetica Neue", Helvetica, Arial, ' '"Lucida Grande", sans-serif' @@ -215,7 +215,7 @@ def build_pdf_css( ) else: font_stack = ( - '"CMU Serif", "TeX Gyre Termes", "Liberation Serif", FreeSerif, ' + '"CMU Serif", "Liberation Serif", "TeX Gyre Termes", FreeSerif, ' '"Nimbus Roman", "Droid Serif", "Times New Roman", Cambria, ' 'Constantia, Georgia, "New York", Garamond, "Times", ' 'Palatino, "Book Antiqua", serif' -- cgit v1.2.3