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

fix: remove text key with custom font value (solves stylesheet verify… #416

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

jwilber
Copy link
Collaborator

@jwilber jwilber commented Nov 8, 2024

This fixes a console issue that was showing up:

image

The issue was because we were referencing a custom font (NVIDIA Sans) via the text: field in the mkdocs.yml. Custom fonts should be handled in custom stylesheets (which they currently are) - referencing a font in the string will try to grab it from Google Fonts, hence the weird issue.

I also formatted the text to use double-quotes.

@jwilber jwilber added the documentation Improvements or additions to documentation label Nov 8, 2024
@jwilber jwilber self-assigned this Nov 8, 2024
@jwilber jwilber requested a review from tshimko-nv November 8, 2024 00:17
@tshimko-nv tshimko-nv added the SKIP_CI Completely skips the CI pipeline label Nov 8, 2024
@jwilber
Copy link
Collaborator Author

jwilber commented Nov 8, 2024

/build-ci

@jwilber
Copy link
Collaborator Author

jwilber commented Nov 8, 2024

/build-ci

@jwilber jwilber enabled auto-merge (squash) November 8, 2024 16:52
@jwilber jwilber merged commit 549c25b into main Nov 8, 2024
4 checks passed
@jwilber jwilber deleted the jwilber/fix-stylesheet-verify-error-and-corb branch November 8, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation SKIP_CI Completely skips the CI pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants