feat(site): integrate Adobe Clean Spectrum VF font#704
Merged
Conversation
- Switch from Typekit JavaScript kit to CSS kit (flz1ovt) - Add adobe-clean-spectrum-vf to font-family stack - Remove preconnect (not needed with CSS kit) - Ensures Adobe Clean Spectrum variable font loads on site Co-authored-by: Cursor <cursoragent@cursor.com>
|
Member
Author
Run report for ea81a7a3Total time: 47.9s | Comparison time: 48s | Estimated savings: 87.9ms (0.2% faster)
Touched files |
Update the docs site to align with React Spectrum's visual design for better consistency across Adobe Spectrum documentation. This includes proper font integration, modern header layout, and updated branding. Changes: - Integrate adobe-clean-spectrum-vf variable font using Spectrum CSS mod tokens - Redesign header to match React Spectrum's horizontal logo layout - Apply Spectrum typography classes to article headings (h1-h6) - Update Adobe logo SVG with correct path and #eb1000 color - Replace PNG favicon with SVG version matching React Spectrum - Use --spectrum-extra-bold-font-weight (800) for site title Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
This PR integrates the Adobe Clean Spectrum variable font into the documentation site using the Typekit CSS kit.
Changes
rok6rmo.js) with the CSS kit (flz1ovt.css) for simpler, more predictable font loadingfont-familydeclaration to prioritizeadobe-clean-spectrum-vfwith fallbacks tosystem-uiandsans-serifTechnical Details
Before
After
Test Plan
Made with Cursor