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.
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:
@@ -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
- Updates delivered at your convenience
- 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`

View File

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

View File

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