From b03f691a8fd287a950160725783038d5d1e866dc Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 4 Mar 2026 16:47:27 +0100 Subject: [PATCH] Use trunk branch, update icon --- assets/showcase.svg | 13 +++++++++++++ assets/styles.css | 5 +++++ index.php | 10 +++++----- nixpacks.toml | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 assets/showcase.svg diff --git a/assets/showcase.svg b/assets/showcase.svg new file mode 100644 index 0000000..affc451 --- /dev/null +++ b/assets/showcase.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/styles.css b/assets/styles.css index 9aa2e82..30be5e9 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -597,6 +597,11 @@ select { font-style: italic; } +.quick-disclaimer a { + color: var(--accent); + text-decoration: none; +} + .quick-star { display: inline-block; width: 8px; diff --git a/index.php b/index.php index 9108011..dbf729c 100644 --- a/index.php +++ b/index.php @@ -7,12 +7,12 @@ require __DIR__ . '/web/load_fonts.php'; - + - - + + - + eBook Fonts Showcase @@ -29,7 +29,7 @@ require __DIR__ . '/web/load_fonts.php';
Choose a font
-

This selection has been carefully curated, but there's more options available below, if you want.

+

The font list you see here is usually based on an latest changes included in the repository.

diff --git a/nixpacks.toml b/nixpacks.toml index 1177c60..1f9d8c2 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,6 +1,6 @@ [phases.setup] nixPkgs = ["php84"] -cmds = ["git clone --branch v3.x --depth 1 https://github.com/nicoverbruggen/ebook-fonts.git ./repos/ebook-fonts"] +cmds = ["git clone --branch trunk --depth 1 https://github.com/nicoverbruggen/ebook-fonts.git ./repos/ebook-fonts"] [start] cmd = "php -S 0.0.0.0:${PORT:-8080} -t ."