Skip to content
Merged
7 changes: 3 additions & 4 deletions docs/site/DESIGN-SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Logo height overridden in CSS: **28px**
```
"Erigon Client"
```
Font: **Quantify**, weight 700, letter-spacing 0.04em (applied via CSS)
Font: **Montserrat**, weight 800, letter-spacing 0.04em (applied via CSS)

### Left Nav Items
| Label | Type |
Expand Down Expand Up @@ -156,7 +156,7 @@ Completely swizzled (`src/theme/Footer/index.tsx`) — not using the Docusaurus

### Logo + Tagline (left column)
- Logo image height: **32px**
- Brand text: **Quantify** font, weight 700, letter-spacing 0.04em
- Brand text: **Montserrat** font, weight 800, letter-spacing 0.04em
- Tagline: *"Building the future on the efficient software frontier."*
- Company address: Erigon Technologies AG, Dammstrasse 16, 6300 Zug, Switzerland

Expand Down Expand Up @@ -269,15 +269,14 @@ Each entry is an `<a>` with `display:flex`, `alignItems:center`, `gap:0.6rem`. I
### Font Imports (`src/css/custom.css`)
```css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Nunito+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/quantify');
```
Comment thread
bloxster marked this conversation as resolved.
Outdated

### Font Roles
| Role | Family | Weight |
|---|---|---|
| Body text | Nunito Sans, sans-serif | 400 |
| Headings (h1–h6) | Montserrat, sans-serif | 800 |
| Navbar title, footer brand | Quantify | 700 |
| Navbar title, footer brand | Montserrat | 800 |
| Navbar left items | Montserrat | 800 |
| Code | system monospace | — |

Expand Down
11 changes: 2 additions & 9 deletions docs/site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@
font-display: swap;
}

@font-face {
font-family: 'Quantify';
src: url('/fonts/Quantify.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

:root {
/* Brand fonts */
Expand Down Expand Up @@ -189,8 +182,8 @@ h1, h2, h3, h4, h5, h6 {
}
.navbar__title {
color: var(--ifm-navbar-link-color);
font-family: 'Quantify', sans-serif;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
letter-spacing: 0.04em;
}
.navbar .clean-btn {
Expand Down
2 changes: 1 addition & 1 deletion docs/site/src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Footer(): React.ReactElement {
<div style={{display: 'flex', flexDirection: 'column', gap: '1rem'}}>
<div style={{display: 'flex', alignItems: 'center', gap: '0.6rem'}}>
<img src={logoUrl} alt="Erigon" style={{height: '32px', width: 'auto'}} />
<span style={{fontFamily: "'Quantify', sans-serif", fontWeight: 700, fontSize: '1rem', letterSpacing: '0.04em'}}>erigon.tech</span>
<span style={{fontFamily: "'Montserrat', sans-serif", fontWeight: 800, fontSize: '1rem', letterSpacing: '0.04em'}}>erigon.tech</span>
</div>
<p style={{
fontSize: '0.875rem',
Expand Down
Binary file removed docs/site/static/fonts/Quantify.woff2
Binary file not shown.
Loading