Is there a way to use different emoji font in Obsidian?

Hello, I try to figure out how to replace the default emoji font from Windows 10 to a different one in Obsidian because Windows 10 emoji font doesn’t have emoji flags. I downloaded Twitter color emoji and I have tried this custom CSS snippet, but every time activated it I get B&W emoji even with different emoji font. You can see it is the original Twiter emoji but B&W And yes, I have installed the emoji font on my PC.

PS: I am sorry for my bad English.

:root {
  --default-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Twitter Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
  --mermaid-font: var(--default-font);
  --reveal-font: var(--default-font);
  --font-monospace: 'Source Code Pro', monospace;
}

Twitter emoji font

I’m interested in this as well!

2 Likes

I found out that there is a plugin Emoji Toolbar which has build support for Twemoji color (you enable it in the settings) but not in edit mode (At least on my Windows 10). I think this is a system thing kinda :confused:.

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