Skip to content

docs: restore the Quantify brand wordmark - #22981

Merged
AskAlexSharov merged 1 commit into
mainfrom
docs/restore-quantify-wordmark-main
Aug 3, 2026
Merged

AskAlexSharov merged 1 commit into
mainfrom
docs/restore-quantify-wordmark-main

Conversation

@bloxster

@bloxster bloxster commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

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 §7 Font Roles specifies:

Role Family Weight
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 docs/site/static/fonts/Quantify.woff2
  • Restore the @font-face block
  • Point .navbar__title and the footer wordmark at Quantify 700
  • Document the wordmark role in the stylesheet header (it listed only Montserrat/Nunito Sans, which is what made this drift easy to miss)

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). After this, docs/site/src/theme/Footer/index.tsx is byte-identical to zilkworm's.

Verification

  • npm ci + npm run build clean
  • generate-llms.py --check clean (4 llms files match, 74 pages)
  • Built CSS emits the Quantify @font-face; .navbar__title resolves to Quantify,sans-serif;font-weight:700
  • Font emitted to build/assets/fonts/ with hash ac41912…, matching zilkworm's live site

Note on deployment

docs-deploy.yml currently exists only on release/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

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
AskAlexSharov added this pull request to the merge queue Aug 3, 2026
Merged via the queue into main with commit 4d5ccb6 Aug 3, 2026
21 checks passed
@AskAlexSharov
AskAlexSharov deleted the docs/restore-quantify-wordmark-main branch August 3, 2026 16:05
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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants