asjqkkkk / markdown_widget

📖Rendering markdown by flutter!Welcome for pr and issue.
MIT License
321 stars 93 forks source link

How to change the code font? #134

Closed lucasjinreal closed 11 months ago

lucasjinreal commented 11 months ago

Hi, is there a convenient way change code font? (using system font)

asjqkkkk commented 11 months ago

Hi @lucasjinreal , you can use PreConfig to change the textStyle with fontFamily

the font will be changed

or change the textStyle of CodeConfig

the font will be changed

lucasjinreal commented 11 months ago

thank u, find a way!