mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 14:46:14 -04:00
Add more fonts options
This commit is contained in:
parent
5eeb3f4e54
commit
a6ddbbfc77
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ def generate_basic_html(s):
|
||||||
.container p {
|
.container p {
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
color: black !important;
|
color: black !important;
|
||||||
font-family: helvetica !important;
|
font-family: Helvetica, Arial, sans-serif !important;
|
||||||
line-height: 1.428571429 !important;
|
line-height: 1.428571429 !important;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
}
|
}
|
||||||
|
@ -206,7 +206,7 @@ def generate_chat_html(history, name1, name2, character):
|
||||||
grid-template-columns: 60px 1fr;
|
grid-template-columns: 60px 1fr;
|
||||||
padding-bottom: 22px;
|
padding-bottom: 22px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: helvetica;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue