From 41a5fa81b5c12feb8aab0ad82d42c135e93065f7 Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 22 Nov 2023 19:49:27 -0500 Subject: Add custom font support. --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 739b94a..4d5ae8f 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,15 @@ Themes should have, roughly, the structure below: - + {{#if error}}

{{error}}

{{else}} @@ -225,7 +233,15 @@ If there was an error, the object will just be `{ error: String }`, otherwise it // the most recently played track. now_playing: Boolean, }, - + + // Custom font info. + font: { + // Set if the theme should replace the custom font with something. + name: String? + // Will contain CSS which includes a custom font as 'included_font'. + css: String? + } + // A set of extraneous query parameters. // // This should be considered UNTRUSTED, as the requester has full -- cgit v1.2.3-54-g00ecf