Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ node_modules/
# dotenv environment variables file
.env

.vscode/
24 changes: 24 additions & 0 deletions public/fonts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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.
Binary file added public/fonts/fa-brands-400.eot
Binary file not shown.
3,570 changes: 3,570 additions & 0 deletions public/fonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file added public/fonts/fa-brands-400.woff
Binary file not shown.
Binary file added public/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file added public/fonts/fa-regular-400.eot
Binary file not shown.
803 changes: 803 additions & 0 deletions public/fonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file added public/fonts/fa-regular-400.woff
Binary file not shown.
Binary file added public/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file added public/fonts/fa-solid-900.eot
Binary file not shown.
4,938 changes: 4,938 additions & 0 deletions public/fonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file added public/fonts/fa-solid-900.woff
Binary file not shown.
Binary file added public/fonts/fa-solid-900.woff2
Binary file not shown.