Skip to content

Fix code font family declaration #1910

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

Merged
merged 1 commit into from
May 1, 2025
Merged

Conversation

Kissaki
Copy link
Contributor

@Kissaki Kissaki commented May 1, 2025

VuePress puts our :root declaration before their own, meaning the declaration we intended as an override was overridden instead.

Use higher specificity (body) to make sure it takes precedence.

This is a follow-up to #1907

VuePress puts our `:root` declaration before their own,
meaning the declaration we intended as an override was overridden instead.

Use higher specificity (`body`) to make sure it takes precedence.

This is a follow-up to nushell#1907
@fdncred fdncred merged commit 59fcd3b into nushell:main May 1, 2025
2 checks passed
@Kissaki Kissaki deleted the fix/fontvar branch May 1, 2025 21:34
@Kissaki
Copy link
Contributor Author

Kissaki commented May 1, 2025

Oooh, looks good on my Android phone now 🎉

@fdncred
Copy link
Contributor

fdncred commented May 1, 2025

Looks good on my mac. Thanks.

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