Conversation
Contributor
mnkiefer
commented
Feb 6, 2026
- Adds Mona Sans webfont files and license
- Corrected video thumbnail references
- Make logo text center vertically with logo image
- Fixed page flickers
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Mona Sans webfonts to the docs site and updates related docs UI/media references to improve visual polish and reduce layout flicker.
Changes:
- Add Mona Sans webfonts (Regular/Bold) and wire them into the docs theme font stack (with preloads).
- Fix video thumbnail/poster references to point at existing assets under
docs/public/videos/. - Adjust header/logo CSS for better vertical alignment and reduce layout shift/flicker (e.g., scrollbar gutter stabilization intent).
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/src/styles/custom.css | Registers Mona Sans via @font-face, updates Starlight font variable, and tweaks scrolling/header styles. |
| docs/src/content/docs/setup/quick-start.mdx | Updates video thumbnail reference. |
| docs/src/content/docs/setup/quick-start.md | Updates HTML video poster reference. |
| docs/src/content/docs/setup/creating-workflows.mdx | Updates video thumbnail reference. |
| docs/src/components/CustomLogo.astro | Tweaks logo image CSS to prevent flex shrink/layout issues. |
| docs/src/components/CustomHead.astro | Preloads Mona Sans font assets. |
| docs/public/fonts/README.md | Documents bundled font files and license expectations. |
| docs/public/fonts/MonaSans-Regular.woff2 | Adds Regular font asset. |
| docs/public/fonts/MonaSans-Bold.woff2 | Adds Bold font asset. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+16
to
+20
| License text (required for redistribution under OFL-1.1): | ||
|
|
||
| - `MonaSans-LICENSE.txt` | ||
|
|
||
| The docs CSS registers these via `@font-face` and uses `"Mona Sans"` as the first choice in `--sl-font`. |
There was a problem hiding this comment.
This README states that MonaSans-LICENSE.txt is bundled/required for redistribution, but that file is not present in docs/public/fonts/ in this PR. Please add the license file (or adjust the README if the license is being tracked elsewhere) so the font redistribution terms are actually satisfied.
Suggested change
| License text (required for redistribution under OFL-1.1): | |
| - `MonaSans-LICENSE.txt` | |
| The docs CSS registers these via `@font-face` and uses `"Mona Sans"` as the first choice in `--sl-font`. | |
| License text (required for redistribution under OFL-1.1) is provided in the upstream Mona Sans distribution as `MonaSans-LICENSE.txt`. If you redistribute these font files, ensure that the Mona Sans license text is included alongside them. | |
| The docs CSS registers these via `@font-face` and uses `"Mona Sans"` as the first choice in `--sl-font`. |
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.