This commit is contained in:
mik-tf 2024-11-20 14:56:04 -05:00
parent 5aa28d5aaa
commit b38f13eafa
6 changed files with 41 additions and 3 deletions

View File

@ -6,8 +6,6 @@ sidebar_position: 2
> *ThreeFold presents Project Mycelium, a self-healing data, network and cloud Internet insfrastructure laying the foundation for Web4.* > *ThreeFold presents Project Mycelium, a self-healing data, network and cloud Internet insfrastructure laying the foundation for Web4.*
# ![|640x456.89972513675843](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdxe-bOae_qPzz_eHjjwqFVwD7KbOHXq_cG_3QuslDjZPrkKkAQGWbfxH3U1X27zBthn6DYRpqoDuQv4ufx5sp9YBP68_vZgAzT0YlaO4PaW-Uu2E2vlKW4v4cs9SgoM4dIYhdCOw?key=FFljbee7w6SKHobQaUuiib21)
## ThreeFold - Web4 Launch ## ThreeFold - Web4 Launch
The Internet today has major problems: its less reliable than we think, spreads misinformation, lacks privacy and security, leaves 50% of the world poorly connected, and allows big tech to monitor and influence us. Ultimately, it enables the powerful to become even more powerful. The Internet today has major problems: its less reliable than we think, spreads misinformation, lacks privacy and security, leaves 50% of the world poorly connected, and allows big tech to monitor and influence us. Ultimately, it enables the powerful to become even more powerful.

View File

@ -94,7 +94,7 @@ const config: Config = {
// Replace with your project's social card // Replace with your project's social card
image: 'img/threefold-social-card.png', image: 'img/threefold-social-card.png',
navbar: { navbar: {
title: 'ThreeFold', title: 'THREEFOLD',
logo: { logo: {
alt: 'ThreeFold Logo', alt: 'ThreeFold Logo',
src: 'img/logo.svg', src: 'img/logo.svg',

View File

@ -4,6 +4,46 @@
* work well for content-centric websites. * work well for content-centric websites.
*/ */
/* Add @font-face declarations for the Inter font */
@font-face {
font-family: 'Inter';
font-weight: 400; /* Light */
font-style: normal;
src: url('/fonts/Inter_28pt-Light.ttf') format('truetype'); /* Corrected path */
}
@font-face {
font-family: 'Inter';
font-weight: 500; /* Regular */
font-style: normal;
src: url('/fonts/Inter_28pt-Regular.ttf') format('truetype'); /* Corrected path */
}
@font-face {
font-family: 'Inter';
font-weight: 600; /* Medium */
font-style: normal;
src: url('/fonts/Inter_28pt-Medium.ttf') format('truetype'); /* Corrected path */
}
/* Apply the Inter font globally */
body {
font-family: 'Inter', sans-serif; /* Set the global font */
font-size: 18px;
}
/* Header styles - Medium weight for headers */
h1, h2, h3, h4, h5, h6 {
font-weight: 600; /* Medium weight for headers */
font-family: 'Inter', sans-serif; /* Set the global font */
}
/* Paragraph styles - Light weight for paragraphs */
p {
font-weight: 400; /* Light weight for paragraphs */
font-family: 'Inter', sans-serif; /* Set the global font */
}
/* You can override the default Infima variables here. */ /* You can override the default Infima variables here. */
:root { :root {
--ifm-color-primary: #2e83ff; --ifm-color-primary: #2e83ff;

Binary file not shown.

Binary file not shown.

Binary file not shown.