The components is text editor and preview, post and comment of utopian.io.
When we writing markdown and want to make code with backtick ` or codeblock with triple backticks ``` the output is still sans-serif font.
Since most utopian users are developers, there must familiar with code and developers never code with sans-serif fonts.
Here is when I write in utopian editor
And here is the preview
And here is from someone post
It just CSS problem, you should change CSS font in code and pre inside post and comment section.
change it to become like this
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
when implemented it should be like this
The code will easier to read and more comfortable.