From 7ef610b702c7bf05f20eafd5d0bb56ed309ceb97 Mon Sep 17 00:00:00 2001 From: hulmgulm Date: Sun, 8 Jun 2025 08:14:39 +0200 Subject: [PATCH] Update Reference.md --- docs/User Guide/User Guide/Theme development/Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/User Guide/User Guide/Theme development/Reference.md b/docs/User Guide/User Guide/Theme development/Reference.md index 7289c5b81..5e1036ae1 100644 --- a/docs/User Guide/User Guide/Theme development/Reference.md +++ b/docs/User Guide/User Guide/Theme development/Reference.md @@ -171,7 +171,7 @@ When a workspace is hoisted for a given tab, it is possible to get the backgroun ## Custom fonts -Currently the only way to include a custom font is to useĀ [Custom resource providers](../Advanced%20Usage/Custom%20Resource%20Providers.md). Basically import a font into Trilium and assign it `#customResourceProvider=fonts/myfont.ttf` and then import the font in CSS via `/custom/fonts/myfont.ttf`. +Currently the only way to include a custom font is to useĀ [Custom resource providers](../Advanced%20Usage/Custom%20Resource%20Providers.md). Basically import a font into Trilium and assign it `#customResourceProvider=fonts/myfont.ttf` and then import the font in CSS via `/custom/fonts/myfont.ttf`. Use `../../../custom/fonts/myfont.ttf` if you run your Trilium server on a different path than `/`. ## Dark and light themes @@ -195,4 +195,4 @@ If the theme is auto (e.g. supports both light or dark based on `prefers-color-s } ``` -This will affect the behavior of the Electron application by informing the operating system of the color preference (e.g. background effects will appear correct on Windows). \ No newline at end of file +This will affect the behavior of the Electron application by informing the operating system of the color preference (e.g. background effects will appear correct on Windows).