+
{message.content}
@@ -399,7 +399,7 @@ const MessageComponent = memo(({ message, prevMessage, createDiff, onFileOpen, a
// Normal rendering for non-JSON content
return message.type === 'assistant' ? (
-
+
{content}
) : (
diff --git a/src/index.css b/src/index.css
index ed7f4f5a..195ae1d3 100644
--- a/src/index.css
+++ b/src/index.css
@@ -128,7 +128,7 @@
body {
@apply bg-background text-foreground;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+ font-family: "Encode Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
diff --git a/tailwind.config.js b/tailwind.config.js
index 0b2517d0..5d67ef83 100755
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -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))",