style(ui): use Merriweather serif for chat text and Encode Sans for the rest of the UI

This commit is contained in:
Haileyesus
2026-06-30 00:22:33 +03:00
parent a7b455aeac
commit 5798246135
4 changed files with 19 additions and 7 deletions

View File

@@ -14,6 +14,10 @@ export default {
},
},
extend: {
fontFamily: {
sans: ['"Encode Sans"', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', 'sans-serif'],
serif: ['Merriweather', 'Georgia', 'Cambria', '"Times New Roman"', 'serif'],
},
colors: {
border: "hsl(var(--border))",
input: "hsl(var(--input))",