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