Q: Default font in default theme?

Does anyone know the name of the default font in the default Obsidian theme?

I just love it, and would like to be able to use it in other themes and other locations.

Thanks in advance!

1 Like

It is called Inter.

If you don’t have it available in your device you can download it on google fonts.

2 Likes

Here’s the CSS declaration for posterity:

:root {
  --default-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple 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;
}
5 Likes

Yeah! :slight_smile:

@matiasobsidian and @rpcm ~ Thank you both for your ultra-prompt follow-up and feedback. Very much appreciate your support! :+1:

1 Like

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