kibo: changed font from satoshi to geist

This commit is contained in:
nym21
2025-04-01 23:46:25 +02:00
parent 72389e0129
commit 0bb869fb33
4 changed files with 13 additions and 13 deletions

View File

@@ -36,7 +36,7 @@
The Bitcoin Research Kit is a high-performance toolchain designed to parse, index, compute, serve and visualize data from a Bitcoin Core node, enabling users to gain deeper insights into the Bitcoin network. The Bitcoin Research Kit is a high-performance toolchain designed to parse, index, compute, serve and visualize data from a Bitcoin Core node, enabling users to gain deeper insights into the Bitcoin network.
In other words it's an alternative to [Glassnode](https://glassnode.com), [mempool.space](https://mempool.space/) and [esplora](https://github.com/Blockstream/electrs)/[electrs](https://github.com/romanz/esplora) all in one package with a particular focus on simplicity and the self-hosting experience. In other words it's an alternative to [Glassnode](https://glassnode.com), [mempool.space](https://mempool.space/) and [electrs](https://github.com/romanz/electrs) all in one package with a particular focus on simplicity and the self-hosting experience.
The toolkit can be used in various ways to accommodate as many needs as possible: The toolkit can be used in various ways to accommodate as many needs as possible:
@@ -85,6 +85,7 @@ If you'd like to have your own instance hosted for you please contact [hosting@b
- Direct communication for feature requests and support - Direct communication for feature requests and support
- Updates delivered at your convenience - Updates delivered at your convenience
- Optional subdomains: `*.bitcoinresearchkit.org`, `*.kibo.money` and `*.satonomics.xyz` - Optional subdomains: `*.bitcoinresearchkit.org`, `*.kibo.money` and `*.satonomics.xyz`
- Logo featured in the Readme if desired
Pricing: `0.01 BTC / month` *or* `0.1 BTC / year` Pricing: `0.01 BTC / month` *or* `0.1 BTC / year`

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>kibo</title> <title>kibo.money</title>
<meta <meta
name="description" name="description"
content="An open source Bitcoin Core data extractor and visualizer" content="An open source Bitcoin Core data extractor and visualizer"
@@ -37,7 +37,7 @@
line-height: 1.5; line-height: 1.5;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
tab-size: 4; tab-size: 4;
font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif, font-family: "Geist mono", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji"; "Noto Color Emoji";
font-feature-settings: "ss03"; font-feature-settings: "ss03";
@@ -282,8 +282,8 @@
} }
@font-face { @font-face {
font-family: "Satoshi"; font-family: "Geist mono";
src: url("./assets/fonts/satoshi/2024-09/font.var.woff2") src: url("./assets/fonts/geist_mono/1.4.01/GeistMono[wght].woff2")
format("woff2"); format("woff2");
font-weight: 100 900; font-weight: 100 900;
font-display: block; font-display: block;
@@ -449,9 +449,9 @@
} }
h1 { h1 {
text-transform: capitalize; text-transform: uppercase;
font-size: var(--font-size-3xl); font-size: var(--font-size-2xl);
line-height: var(--line-height-3xl); line-height: var(--line-height-2xl);
font-weight: 300; font-weight: 300;
} }
@@ -598,7 +598,6 @@
> fieldset { > fieldset {
width: 100%; width: 100%;
display: flex; display: flex;
box-shadow: 0 0 1rem 0.5rem var(--background-color);
gap: 1rem; gap: 1rem;
> label { > label {
@@ -787,7 +786,7 @@
a, a,
button, button,
summary { summary {
padding: 0.375rem 0; padding: 0.25rem 0;
} }
ul { ul {
@@ -796,7 +795,7 @@
overflow: hidden; overflow: hidden;
li { li {
text-transform: capitalize; text-transform: lowercase;
display: block; display: block;
position: relative; position: relative;
@@ -887,7 +886,7 @@
transparent, transparent,
var(--background-color) var(--background-color)
); );
height: calc(var(--main-padding) * 10); height: 24rem;
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;

View File

@@ -26,7 +26,7 @@ export default import("./v5.0.5/script.js").then((lc) => {
const options = { const options = {
autoSize: true, autoSize: true,
layout: { layout: {
fontFamily: "Satoshi", fontFamily: "Geist mono",
fontSize: 14, fontSize: 14,
background: { color: "transparent" }, background: { color: "transparent" },
attributionLogo: false, attributionLogo: false,