Kryptos-FR / markdig.wpf

A WPF library for xoofx/markdig https://github.com/xoofx/markdig
MIT License
159 stars 50 forks source link

How to change default fontfamily? #30

Closed chenxuuu closed 5 years ago

chenxuuu commented 5 years ago

default font is not right, how to change it?

Kryptos-FR commented 5 years ago

You can override any style you want.

See https://github.com/Kryptos-FR/markdig.wpf/blob/develop/src/Markdig.Wpf/Themes/generic.xaml


Closed as duplicate of #23 and #24.

chenxuuu commented 5 years ago

I see thanks!