Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include CSS Custom Property for mono font family #4028

Merged
merged 4 commits into from
Dec 19, 2023

Conversation

joshblack
Copy link
Member

@joshblack joshblack commented Dec 7, 2023

Generated by Copilot Workspace 🤯

This pull request includes a change to the mono property of the fonts constant in the src/theme.ts file. The change adds 'var(--fontStack-monospace)' to the beginning of the font stack for monospace fonts.

Copy link

changeset-bot bot commented Dec 7, 2023

🦋 Changeset detected

Latest commit: f2c6282

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Dec 7, 2023

size-limit report 📦

Path Size
dist/browser.esm.js 105.55 KB (+0.01% 🔺)
dist/browser.umd.js 106.14 KB (+0.01% 🔺)

@joshblack
Copy link
Member Author

✨✨ The PR has been updated by @joshblack with changes produced using Copilot Workspace using Copilot Workspace v0.6

Topic

Add a changeset with a random name that describes these changes and tag it as a minor release

Before
  • The code does not have a changeset for the pull request yet.
  • The code modifies the mono font stack in src/theme.ts to use a CSS variable.
After
  • The code has a changeset for the pull request in .changeset/<random-name>.md with the following content:
---
"@primer/react": minor
---
Use a CSS variable for the monospace font stack
  • The code modifies the mono font stack in src/theme.ts to use a CSS variable.

Comment on lines +25 to +33
mono: fontStack([
'var(--fontStack-monospace)',
'SFMono-Regular',
'Consolas',
'Liberation Mono',
'Menlo',
'Courier',
'monospace',
]),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
mono: fontStack([
'var(--fontStack-monospace)',
'SFMono-Regular',
'Consolas',
'Liberation Mono',
'Menlo',
'Courier',
'monospace',
]),
mono: fontStack([
'var(--fontStack-monospace,
SFMono-Regular,
Consolas,
Liberation Mono,
Menlo,
Courier,
monospace)',
]),

I think it should be like this, but I'm not 100% sure.

Copy link
Contributor

Choose a reason for hiding this comment

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

I am now 95% sure I am wrong.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I think either version works

@joshblack joshblack marked this pull request as ready for review December 12, 2023 15:44
@joshblack joshblack requested review from a team and siddharthkp December 12, 2023 15:44
@joshblack joshblack added this pull request to the merge queue Dec 19, 2023
Merged via the queue into main with commit bbe58b8 Dec 19, 2023
29 checks passed
@joshblack joshblack deleted the joshblack/update-mono-font branch December 19, 2023 19:17
@primer primer bot mentioned this pull request Dec 19, 2023
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.

4 participants