IntelliJ
October 21, 2018 ยท View on GitHub
Markdown
Updating markdown preview font size
- Settings > Languages & Frameworks > Markdown > Apply custom CSS text
Insert:
body {
font-size: 80% !important;
}
October 21, 2018 ยท View on GitHub
Insert:
body {
font-size: 80% !important;
}