feat(pmr): configure design system foundation
Task 1: Design system foundation and font setup - Add Geist Mono font to Google Fonts import for PMR coded entries and timestamps - Extend PMR color tokens in Tailwind config (card, text variants, borders, alert colors) - Update border-radius defaults: 4px for cards/inputs, 12px for login card - Add PMR-specific CSS custom properties in index.css - Add .pmr-theme, .font-inter, .font-geist-mono utility classes - Add pmr shadow token (minimal clinical system shadow) All PMR color tokens now match ref-design-system.md spec exactly.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
<title>Andy Charlwood — MPharm | CV</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter+Tight:wght@400;500;600&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter+Tight:wght@400;500;600&family=Inter:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user