Fix monospace font not being set on profile statuses HTML converter

This commit is contained in:
Shadowfacts 2023-05-14 19:09:06 -04:00
parent 1f95a6cb8e
commit b909a633a6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class ProfileStatusesViewController: UIViewController, TimelineLikeCollectionVie
self.mastodonController = owner.mastodonController
self.filterer = Filterer(mastodonController: mastodonController, context: .account)
self.filterer.htmlConverter.font = TimelineStatusCollectionViewCell.contentFont
self.filterer.htmlConverter.monospaceFont = TimelineStatusCollectionViewCell.monospaceFont
self.filterer.htmlConverter.paragraphStyle = TimelineStatusCollectionViewCell.contentParagraphStyle
super.init(nibName: nil, bundle: nil)