WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: switch logo font to Bebas Neue

Bold condensed zine/poster aesthetic.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+2 -2
+1 -1
index.html
··· 8 8 <link rel="stylesheet" href="/src/styles/variables.css"> 9 9 <link rel="preconnect" href="https://fonts.googleapis.com"> 10 10 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 11 - <link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@700&display=swap" rel="stylesheet"> 11 + <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"> 12 12 <title>Grain</title> 13 13 </head> 14 14 <body>
+1 -1
src/components/organisms/grain-header.js
··· 20 20 padding: 6px 0; 21 21 } 22 22 .logo { 23 - font-family: 'Space Mono', monospace; 23 + font-family: 'Bebas Neue', sans-serif; 24 24 font-size: var(--font-size-lg); 25 25 font-weight: 700; 26 26 color: var(--color-text-primary);