LaTeX is a language and a software system for document preparation. It is the language used in Notion's inline equations. This page shows you how to use it beyond the default colors, sizes and fonts present in Notion.
All you have to do is turn your line into an inline equation, paste the code lines below and custom them to your taste.
page written by faly (u/jungseulie on Reddit), feel free to reach out for any question

1. custom colors
Here, we use HEX codes to select our preferred colors. You can find the HEX code to any color with any software with a color picker (Photoshop, Gimp, etc.) or with websites like https://www.color-hex.com/
\color{a7e8c8}\text{your text here}
\colorbox{f8b6a8}{\color{ffffff}{your text here}}
You can combine both styles:
\colorbox{f7c2d6}{\color{ffffff}{Y}}\color{c3bbec}\text{our text here}
2. custom fonts
\color{c3effc}\textit{your text here}
\color{a7e8c8}\textbf{your text here}
\color{f8b6a8}\texttt{your text here}
\color{f7c2d6}\textsf{your text here}
You can combine custom fonts with color boxes
\colorbox{c3bbec}{\color{ffffff}\texttt{your text here}}
3. custom sizes
\color{a7e8c8}\tiny\text{your text here}
\color{f8b6a8}\scriptsize\text{your text here}
\color{f7c2d6}\footnotesize\text{your text here}
\color{c3bbec}\small\text{your text here}
\color{c3effc}\large\text{your text here}
\color{a7e8c8}\Large\text{your text here}
\color{f8b6a8}\LARGE\text{your text here}
\color{f7c2d6}\huge\text{your text here}
\color{c3bbec}\Huge\text{your text here}
Let's try customizing the text's size, font and background:
\colorbox{a7e8c8}{\color{ffffff}\Large\textsf{your text here}}
bonus
\color{E36588}\rule{100px}{1px}