Steps

  • Choose your favorite theme from Obsidian community

    image.png

  • Add the CSS below in your theme’s CSS file (PATH_TO_YOUR_VAULT/.obsidian/themes/Obsidian Nord.css):

    In my case, using ‘Hack Nerd Font Mono’ be like:

    .markdown-source-view { font-family: 'Hack Nerd Font Mono', monospace; }
    

    image.png

  • This should effect immediately after the CSS style has been changed.

    image.png

References

⤧  Previous post [Solve] Failed to install erlang 24.0 via asdf on macOS 11.3.1 ⤧  Next post [MySQL] Disable the ONLY_FULL_GROUP_BY restriction