Feature/design foundation - #38
Merged
Merged
Conversation
Ports tokens.css from the design handoff into app/globals.css. Removes the Google Fonts @import (replaced by next/font in the next commit) and updates the three font-family variables to reference the --font-geist and --font-geist-mono CSS variables that next/font will inject. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Loads Geist and Geist Mono through next/font/google so fonts are optimised and self-hosted with no external link tags. Exposes them as --font-geist / --font-geist-mono CSS variables on <html> so the token file can reference them. Also imports globals.css and updates the app metadata to Matchboard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copies UoN logos, DRS marks, and the Matchboard wordmark from the design handoff into public/ so they are served statically and referenceable via next/image. PNGs are screen-resolution placeholders; SVG masters from the UoN brand team should replace them before production. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Establishes the design system foundation required by the Matchboard design handoff before any UI components can be built.
tokens.cssfrom the design handoff intoapp/globals.css. Removed the Google Fonts@importand updated the three font-family variables to reference the CSS variables injected bynext/font.next/font/googleinapp/layout.tsx. Both fonts are exposed as--font-geistand--font-geist-monoCSS variables on<html>, so the token file can resolve them without any external<link>tags.public/so they are statically served and referenceable vianext/image.Note: the PNG logos are screen-resolution placeholders from the handoff. SVG/EPS masters should be requested from the UoN brand team (brand@nottingham.ac.uk) before production.
Linked issues
(Optional) Screenshots