Skip to content

Commit b9f14dc

Browse files
feat(ui): redesign with Obsidian Forge theme and cohesive design system
DM Sans + JetBrains Mono typography, warm-tinted dark palette, SVG icons replacing all emoji, refined animations, backdrop blur on overlays, and consistent use of CSS variables throughout all components.
1 parent 2e47e46 commit b9f14dc

14 files changed

Lines changed: 1909 additions & 395 deletions

File tree

crates/tauri-app/frontend/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>CodeForge</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com" />
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9+
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
710
<link rel="stylesheet" href="/src/styles/global.css" />
811
</head>
912
<body>

0 commit comments

Comments
 (0)