mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-04 22:27:37 +00:00
| .. | ||
| fa-brands-400.eot | ||
| fa-brands-400.svg | ||
| fa-brands-400.ttf | ||
| fa-brands-400.woff | ||
| fa-brands-400.woff2 | ||
| fa-regular-400.eot | ||
| fa-regular-400.svg | ||
| fa-regular-400.ttf | ||
| fa-regular-400.woff | ||
| fa-regular-400.woff2 | ||
| fa-solid-400.woff2 | ||
| fa-solid-900.eot | ||
| fa-solid-900.svg | ||
| fa-solid-900.ttf | ||
| fa-solid-900.woff | ||
| fa-solid-900.woff2 | ||
| README.md | ||
Fonts Directory
This directory contains custom fonts for the Blockchain Explorer application.
Required Font Files
The application expects the following font files:
-
BlockchainFont-Regular.woff2 and BlockchainFont-Regular.woff
- Regular weight font for the main UI
-
BlockchainFont-Bold.woff2 and BlockchainFont-Bold.woff
- Bold weight font for headings
-
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.