Skip to content

Add Inter font for minimal aesthetic typography#5

Draft
Copilot wants to merge 4 commits intomasterfrom
copilot/update-font-to-minimal-style
Draft

Add Inter font for minimal aesthetic typography#5
Copilot wants to merge 4 commits intomasterfrom
copilot/update-font-to-minimal-style

Conversation

Copy link

Copilot AI commented Dec 18, 2025

Replaces default system fonts with Inter for a cleaner, more modern appearance across the portfolio.

Changes

  • Layout.astro: Added Google Fonts preconnect and Inter stylesheet (weights 300-700)
  • tailwind.config: Extended font stack with Inter as primary sans-serif, system fonts as fallbacks
  • Config format: Renamed tailwind.config.mjstailwind.config.cjs with module.exports syntax to fix PostCSS compatibility
fontFamily: {
  sans: ['Inter', 'ui-sans-serif', 'system-ui', '-apple-system', /* ... */],
}

Visual Changes

Home Page

Home

About Page

About

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/portfolio2/portfolio2/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Update the font to something more asthetic and minimal


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits December 18, 2025 15:10
Co-authored-by: Shubham-Rasal <95695273+Shubham-Rasal@users.noreply.github.com>
Co-authored-by: Shubham-Rasal <95695273+Shubham-Rasal@users.noreply.github.com>
Co-authored-by: Shubham-Rasal <95695273+Shubham-Rasal@users.noreply.github.com>
Copilot AI changed the title [WIP] Update font for a more aesthetic and minimal design Add Inter font for minimal aesthetic typography Dec 18, 2025
Copilot AI requested a review from Shubham-Rasal December 18, 2025 15:20
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