feat: integrate custom font

This commit is contained in:
talksik
2026-01-29 13:01:44 -08:00
parent ebf46444e1
commit 54721abc0d
21 changed files with 185 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
QWidget {
background-color: #FAFAF8;
color: #1A1A1A;
font-family: "SF Pro Text", "Helvetica Neue", "Segoe UI", sans-serif;
font-family: "Plus Jakarta Sans", "SF Pro Text", "Helvetica Neue", sans-serif;
font-size: 13px;
}