WIP PWA for Grain
0
fork

Configure Feed

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

fix: add font import directly in header component for Shadow DOM

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

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

+2
+2
src/components/organisms/grain-header.js
··· 3 3 4 4 export class GrainHeader extends LitElement { 5 5 static styles = css` 6 + @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); 7 + 6 8 :host { 7 9 display: block; 8 10 position: sticky;