Skip to content

Feat/design system - #2

Merged
kamycoding merged 3 commits into
mainfrom
feat/design-system
Jul 26, 2026
Merged

Feat/design system#2
kamycoding merged 3 commits into
mainfrom
feat/design-system

Conversation

@kamycoding

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 26, 2026 15:43
@kamycoding
kamycoding merged commit 4201048 into main Jul 26, 2026
1 check passed
@kamycoding
kamycoding deleted the feat/design-system branch July 26, 2026 15:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Introduces initial design-system foundations by adding global typography (custom fonts) and CSS token variables, then applies the new typography utility on the home page while removing the header placeholder markup.

Changes:

  • Added @font-face declarations for Bricolage Grotesque and Kalam, plus primitive/semantic CSS tokens for color + font families.
  • Updated the home page markup to use Tailwind typography utilities (including the new font-hand token).
  • Removed the placeholder content from the header template.

Reviewed changes

Copilot reviewed 3 out of 10 changed files in this pull request and generated 1 comment.

File Description
src/styles.css Adds font-face declarations and design tokens via :root + @theme inline.
src/app/pages/home/home.html Replaces placeholder content with headline + styled text using Tailwind classes.
src/app/layout/header/header.html Removes placeholder “header works!” markup, leaving an empty template.
Comments suppressed due to low confidence (1)

src/styles.css:70

  • Comment typo: "Semantic tokens" has an extra leading '' and reads awkwardly. Consider "Semantic tokens".
  /* *Semantic tokens */

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/styles.css
}

:root {
/* *Primitives tokens */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants