Skip to content

Instantly share code, notes, and snippets.

@Vaduz
Last active April 7, 2021 00:00
Show Gist options
  • Save Vaduz/229922da122f6b7166ea3087bf282f14 to your computer and use it in GitHub Desktop.
Save Vaduz/229922da122f6b7166ea3087bf282f14 to your computer and use it in GitHub Desktop.
IntelliJ IDEA Markdown Plugin Custom CSS for preview
body {
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: 85%;
}
@Vaduz
Copy link
Author

Vaduz commented Jul 9, 2019

Hmm, this css is still working for me without writing !important or font-family.
But I changed markdown preview plugin to "Markdown Navigator" which is more customizable and better syntax highlight though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment