Skip to content

Instantly share code, notes, and snippets.

@nv-h
Last active December 1, 2021 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nv-h/c879901ecbb0db8ad76c8d3c1b539283 to your computer and use it in GitHub Desktop.
Save nv-h/c879901ecbb0db8ad76c8d3c1b539283 to your computer and use it in GitHub Desktop.
Custom CSS for Typora
/* refer: https://support.typora.io/Custom-Font/ */
#typora-source {
font-family: Utatane;
--monospace: Utatane; /* for code blocks and inline code inside source code mode */
}
body {
--monospace: Utatane /* for all code blocks, inline code, and source code mode */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment