Skip to content

Commit 1a5607d

Browse files
Again fix login issue
1 parent 9821ccf commit 1a5607d

21 files changed

Lines changed: 9361 additions & 9 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ pildev/
6161

6262
venv/
6363

64-
\.vscode/\.ropeproject/
6564

6665
*.dat
6766

@@ -73,3 +72,6 @@ venv/
7372
*.txt
7473

7574
*_live/
75+
temp_auto_push.bat
76+
temp_interactive_push.bat
77+
.gitignore

.vscode/spellright.dict

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Contentful
2+
Lerna

public/fonts/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Fonts Directory
2+
3+
This directory contains custom fonts for the Blockchain Explorer application.
4+
5+
## Required Font Files
6+
7+
The application expects the following font files:
8+
9+
1. **BlockchainFont-Regular.woff2** and **BlockchainFont-Regular.woff**
10+
- Regular weight font for the main UI
11+
12+
2. **BlockchainFont-Bold.woff2** and **BlockchainFont-Bold.woff**
13+
- Bold weight font for headings
14+
15+
3. **TechMono-Regular.woff2** and **TechMono-Regular.woff**
16+
- Monospace font for code and hash displays
17+
18+
## Note
19+
20+
If you don't have custom fonts, the application will fall back to system fonts:
21+
- BlockchainFont → system sans-serif fonts
22+
- TechMono → system monospace fonts (Courier New, etc.)
23+
24+
The fonts are referenced in `public/index.html` and will be loaded automatically when available.

public/fonts/fa-brands-400.eot

130 KB
Binary file not shown.

public/fonts/fa-brands-400.svg

Lines changed: 3570 additions & 0 deletions
Loading

public/fonts/fa-brands-400.ttf

130 KB
Binary file not shown.

public/fonts/fa-brands-400.woff

87.7 KB
Binary file not shown.

public/fonts/fa-brands-400.woff2

74.8 KB
Binary file not shown.

public/fonts/fa-regular-400.eot

33.6 KB
Binary file not shown.

public/fonts/fa-regular-400.svg

Lines changed: 803 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)