improve fonts and UI

This commit is contained in:
achraf
2026-05-03 19:59:53 +02:00
parent 16e7547fcc
commit 02d7b7918e
11 changed files with 4266 additions and 142 deletions

View File

@@ -192,7 +192,7 @@ function ProjectRow({
<p
style={{
fontFamily: "var(--font-lora), serif",
fontFamily: "var(--font-jetbrains), monospace",
fontSize: "1.05rem",
lineHeight: 1.8,
color: "#9ca3af",
@@ -276,7 +276,7 @@ function ProjectRow({
{task.status}
</span>
</div>
<p style={{ fontFamily: "var(--font-lora), serif", fontSize: "0.85rem", color: "#6b7280", lineHeight: 1.6, margin: 0 }}>
<p style={{ fontFamily: "var(--font-jetbrains), monospace", fontSize: "0.85rem", color: "#6b7280", lineHeight: 1.6, margin: 0 }}>
{task.description}
</p>
</div>