feat: add font settings

This commit is contained in:
kwaroran
2024-06-07 17:47:10 +09:00
parent 49b14939c4
commit 58bf0807d2
5 changed files with 34 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ body{
--risu-theme-darkborderc: #4b5563;
--risu-theme-darkbutton: #374151;
--risu-height-size: 100%;
--risu-font-family: Arial, sans-serif, serif;
}
@@ -126,7 +127,7 @@ html, body{
}
*{
font-family: Arial, Helvetica, sans-serif;
font-family: var(--risu-font-family);
}
.chattext p:first-child{