From a6ddbbfc7773bb52d23a0c50d0b44d06fc62db0a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:30:04 -0300 Subject: [PATCH] Add more fonts options --- modules/html_generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/html_generator.py b/modules/html_generator.py index 2859265..18d6faa 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -24,7 +24,7 @@ def generate_basic_html(s): .container p { font-size: 14px !important; color: black !important; - font-family: helvetica !important; + font-family: Helvetica, Arial, sans-serif !important; line-height: 1.428571429 !important; margin-bottom: 22px; } @@ -206,7 +206,7 @@ def generate_chat_html(history, name1, name2, character): grid-template-columns: 60px 1fr; padding-bottom: 22px; font-size: 15px; - font-family: helvetica; + font-family: Helvetica, Arial, sans-serif; line-height: 1.428571429; }