From db1566a32d051aeb3f5fb6c71440c2ade5167433 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Wed, 22 Apr 2026 13:47:01 -0400 Subject: [PATCH] This font is too clever with rendering things like `<-` as arrows. Let's just make this page monospace --- .vitepress/theme/custom.css | 9 +++++++++ docs/features/naming-templates.md | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 07afccf0..91dfca6e 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -1,5 +1,14 @@ /* Custom styles for Libation documentation */ +/* Naming Templates page: monospace in the doc column + outline only. + pageClass is applied to .Layout in VitePress; limit scope to #VPContent + so the top nav, sidebar, and site footer keep the default font. */ +.Layout.naming-templates-mono #VPContent, +.Layout.naming-templates-mono #VPContent * { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, + "Liberation Mono", "Courier New", monospace; +} + /* Hide certain nav items on tablet devices to prevent horizontal scroll */ @media (min-width: 640px) and (max-width: 959px) { /* Target specific nav items by their position */ diff --git a/docs/features/naming-templates.md b/docs/features/naming-templates.md index b0b2bee9..77705941 100644 --- a/docs/features/naming-templates.md +++ b/docs/features/naming-templates.md @@ -1,3 +1,7 @@ +--- +pageClass: naming-templates-mono +--- + # Naming Templates File and Folder names can be customized using Libation's built-in tag template naming engine. To edit how folder and file names are created, go to Settings \> Download/Decrypt and edit the naming templates. If you're splitting your audiobook into multiple files by chapter, you can also use a custom template to set each chapter's title metadata tag by editing the template in Settings \> Audio File Options.