docs: restore the Quantify brand wordmark - #22981
Merged
Merged
Conversation
Quantify.woff2 was removed in c31072e over a non-commercial license concern, and 0779909 swapped the navbar title to Montserrat 800. That concern was resolved two days later in Quantify's favour: Erigon Technologies AG holds a commercial extended license authorising Quantify as the brand wordmark on Erigon-owned sites, and the design spec was updated to match (erigon-documents 276f222, "restore Quantify (extended license)"). The docs site was never re-synced after that reversal, so it has been the odd one out ever since. docusaurus-design-spec.md section 7 Font Roles specifies: Navbar title, footer brand (logo wordmark) | Quantify | 700 Navbar left items | Montserrat | 800 cocoon.erigon.tech and zilkworm.erigon.tech both already ship Quantify and follow this. This brings docs.erigon.tech back in line. Changes: vendor static/fonts/Quantify.woff2, restore the @font-face block, and point .navbar__title and the footer wordmark at Quantify 700. Navbar left items stay Montserrat 800 as specified; headings and body are untouched. The woff2 is byte-identical to the copies in cocoon and zilkworm-docs (md5 8ea91606884b1e451c15ea8295c21c7e). Verified: npm ci + npm run build clean, generate-llms.py --check clean ("4 llms files match, 74 pages"), and the built CSS emits the Quantify @font-face with .navbar__title at Quantify 700. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
AskAlexSharov
approved these changes
Aug 3, 2026
This was referenced Aug 26, 2026
pull Bot
pushed a commit
to Dustin4444/erigon
that referenced
this pull request
Aug 26, 2026
…3070 (erigontech#23475) Forward-port of the pieces from erigontech#23070 still missing from `main`. This carries the minimal theme-aware footer, removes the unused built-in footer config, and updates the in-repo design spec. The Quantify wordmark and font asset are already on `main` via erigontech#22981, so they are not duplicated here. TDD was not repeated because this is a mechanical cross-branch docs UI port. Checks: - `python3 -m unittest discover docs/site/scripts` - generated docs checks - TypeScript type-check - Docusaurus production build - `make lint` - `make erigon integration`
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
Quantify.woff2was removed in c31072e over a non-commercial license concern, and 0779909 swapped the navbar title to Montserrat 800. That concern was resolved two days later in Quantify's favour — Erigon Technologies AG holds a commercial extended license authorising Quantify as the brand wordmark on Erigon-owned sites, and the design spec was updated to match (erigon-documents276f222, "restore Quantify (extended license)").The docs site was never re-synced after that reversal, so it has been the odd one out ever since.
docusaurus-design-spec.md§7 Font Roles specifies:cocoon.erigon.techandzilkworm.erigon.techboth already ship Quantify and follow this. This bringsdocs.erigon.techback in line.Changes
docs/site/static/fonts/Quantify.woff2@font-faceblock.navbar__titleand the footer wordmark at Quantify 700Navbar left items stay Montserrat 800 as specified. Headings and body are untouched.
The woff2 is byte-identical to the copies in
cocoonandzilkworm-docs(md5 8ea91606884b1e451c15ea8295c21c7e). After this,docs/site/src/theme/Footer/index.tsxis byte-identical to zilkworm's.Verification
npm ci+npm run buildcleangenerate-llms.py --checkclean (4 llms files match, 74 pages)@font-face;.navbar__titleresolves toQuantify,sans-serif;font-weight:700build/assets/fonts/with hashac41912…, matching zilkworm's live siteNote on deployment
docs-deploy.ymlcurrently exists only onrelease/3.5. This PR targets main/3.6 by request, so it will build-check and merge but will not publish to docs.erigon.tech until 3.5 receives the change or the deploy branch is cut forward.🤖 Generated with Claude Code