You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/public/fonts
dansup 91072244a7 Merge pull request #6198 from pixelfed/staging 9 months ago
..
README.md Merge pull request #6198 from pixelfed/staging 9 months ago
fa-brands-400.eot Merge pull request #6198 from pixelfed/staging 9 months ago
fa-brands-400.svg Merge pull request #6198 from pixelfed/staging 9 months ago
fa-brands-400.ttf Merge pull request #6198 from pixelfed/staging 9 months ago
fa-brands-400.woff Merge pull request #6198 from pixelfed/staging 9 months ago
fa-brands-400.woff2 Merge pull request #6198 from pixelfed/staging 9 months ago
fa-regular-400.eot Merge pull request #6198 from pixelfed/staging 9 months ago
fa-regular-400.svg Merge pull request #6198 from pixelfed/staging 9 months ago
fa-regular-400.ttf Merge pull request #6198 from pixelfed/staging 9 months ago
fa-regular-400.woff Merge pull request #6198 from pixelfed/staging 9 months ago
fa-regular-400.woff2 Merge pull request #6198 from pixelfed/staging 9 months ago
fa-solid-400.woff2 Merge pull request #6198 from pixelfed/staging 9 months ago
fa-solid-900.eot Merge pull request #6198 from pixelfed/staging 9 months ago
fa-solid-900.svg Merge pull request #6198 from pixelfed/staging 9 months ago
fa-solid-900.ttf Merge pull request #6198 from pixelfed/staging 9 months ago
fa-solid-900.woff Merge pull request #6198 from pixelfed/staging 9 months ago
fa-solid-900.woff2 Merge pull request #6198 from pixelfed/staging 9 months ago

README.md

Fonts Directory

This directory contains custom fonts for the Blockchain Explorer application.

Required Font Files

The application expects the following font files:

  1. BlockchainFont-Regular.woff2 and BlockchainFont-Regular.woff

    • Regular weight font for the main UI
  2. BlockchainFont-Bold.woff2 and BlockchainFont-Bold.woff

    • Bold weight font for headings
  3. TechMono-Regular.woff2 and TechMono-Regular.woff

    • Monospace font for code and hash displays

Note

If you don't have custom fonts, the application will fall back to system fonts:

  • BlockchainFont → system sans-serif fonts
  • TechMono → system monospace fonts (Courier New, etc.)

The fonts are referenced in public/index.html and will be loaded automatically when available.