Skip to content
Merged
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
16 changes: 13 additions & 3 deletions docs/site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
* Erigon brand colors — light and dark theme.
* Primary: #EF7716 (Erigon Orange), Hover: #D4660F
* Light bg: #FFFFFF, Dark bg: #0A0A0A
* Fonts: Montserrat ExtraBold (headings), Nunito Sans (body)
* Fonts: Montserrat ExtraBold (headings), Nunito Sans (body),
* Quantify 700 (brand wordmark — navbar title + footer brand, see
* docusaurus-design-spec.md §7 Font Roles)
*/

@font-face {
Expand Down Expand Up @@ -37,6 +39,14 @@
font-display: swap;
}

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

:root {
/* Brand fonts */
--ifm-font-family-base: 'Nunito Sans', sans-serif;
Expand Down Expand Up @@ -214,8 +224,8 @@ html {
}
.navbar__title {
color: var(--ifm-navbar-link-color);
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-family: 'Quantify', sans-serif;
font-weight: 700;
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: "'Montserrat', sans-serif", fontWeight: 800, fontSize: '1rem', letterSpacing: '0.04em'}}>erigon.tech</span>
<span style={{fontFamily: "'Quantify', sans-serif", fontWeight: 700, fontSize: '1rem', letterSpacing: '0.04em'}}>erigon.tech</span>
</div>
<p style={{
fontSize: '0.875rem',
Expand Down
Binary file added docs/site/static/fonts/Quantify.woff2
Binary file not shown.
Loading