Users using different fonts

Is possible to users edit the font in their posts?

I ask this because in the phpbb forum I’m importing some users write AARs (After Action Reports, basically it’s a novel based on gameplay) and they like to use font types and sizes to make the reading more appealing to the readers.
Example, in phpbb we have this:

Resumo

Of course, the result in Discourse became:

Resumo

If possible, which syntax should be used (in Markdown, I presume…)?

No, changing font is not possible in posts. You can use HTML or Markdown headers as well as some whitelisted HTML like <big> and <small>

Have you looked at the markdown reference at https://commonmark.org/help ?

If you have a category dedicated to those, I recommend making all titles (h1, h2, etc) inside posts in that special category use this fancy font.

That way you get the old behavior, it’s easier for creators (they can use the standard markdown syntax for titles) and restricted to where it makes sense.

2 Likes

Actually I had, when start digging for an improved alternative to our old phpbb… But maybe I need to be more used to Markdown, I think :grimacing:

Yeah, I think it’s a good way to do this, thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.