From b23d4bc5b33b6a32f823e3d9959caf0e45e5aa0c Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sun, 5 Jan 2025 14:48:47 +0100 Subject: [PATCH] Fallback font --- content/.vitepress/theme/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/.vitepress/theme/custom.css b/content/.vitepress/theme/custom.css index 1c79a2d..4270c57 100644 --- a/content/.vitepress/theme/custom.css +++ b/content/.vitepress/theme/custom.css @@ -4,11 +4,11 @@ } .vp-doc { - font-family: Georgia, 'Times New Roman', Times, serif + font-family: Georgia, 'Times New Roman', Times, serif; } .vp-doc h1, .vp-doc h2, .vp-doc h3, .vp-doc h4, .vp-doc h5, .vp-doc h6, .custom-block-title { - font-family: 'DMSerifDisplay'; + font-family: 'DMSerifDisplay', Georgia, 'Times New Roman', Times, serif; } .VPBadge, .vp-doc table {