diff --git a/content/.vitepress/theme/custom.css b/content/.vitepress/theme/custom.css index 4270c57..d1b0f38 100644 --- a/content/.vitepress/theme/custom.css +++ b/content/.vitepress/theme/custom.css @@ -7,10 +7,17 @@ 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 { +.vp-doc h1, .vp-doc h2, .vp-doc h3, .vp-doc h4, .vp-doc h5, .vp-doc h6, +.custom-block-title, +.pager-link .title { font-family: 'DMSerifDisplay', Georgia, 'Times New Roman', Times, serif; } +.pager-link .title { + font-size: 1.25em; + line-height: 1em; +} + .VPBadge, .vp-doc table { font-family: var(--vp-font-family-base); }