mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 21:40:00 +00:00
how to customize the font display? #727
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZYZMZM98 on GitHub (Mar 14, 2025).
I use the following code, how to customize the font display, now the default seems to be Segoe UI, I want to be able to customize it, help
<markdig:MarkdownViewer
Loaded="MarkdownViewer_Loaded"
PreviewMouseWheel="MarkdownViewer_PreviewMouseWheel">
</markdig:MarkdownViewer>
@xoofx commented on GitHub (Mar 14, 2025):
Markdig is only producing Syntax/HTML fragment without any styling. Styling should be done in CSS/UI Styling in your app.
@ZYZMZM98 commented on GitHub (Mar 15, 2025):
I has finded,in file Markdig.Wpf\Themes\generic.xaml