Sublime Forum

How do I use a small font size in questions and answers?

#1

Is there any way to use a small font size in questions or answers? That is, for the purpose of minor and possibly irrelevant information?

I’ve checked the Markdown syntax but couldn’t find anything. However, I feel I’ve seen it on the site somewhere…I have seen a website Fonts Monster in which I see very different types of font styles but I can’t find the smallest font in this very type of font but…

0 Likes

#2

if you’re referring to how the Markdown should look when rendered, you could try the <sub> HTML tag: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub

If you want ST to show different size fonts or different fonts in the same tab, you’re out of luck.

0 Likes