Skip to content

Instantly share code, notes, and snippets.

@swcho
Last active August 27, 2026 04:49
Show Gist options
  • Select an option

  • Save swcho/740b5636c7abf8048df4f86b064d1601 to your computer and use it in GitHub Desktop.

Select an option

Save swcho/740b5636c7abf8048df4f86b064d1601 to your computer and use it in GitHub Desktop.
vscode markdown styles
@font-face {
font-family: 'Ridibatang';
/* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff'); */
src: local('RIDIBatang'), local('리디바탕');
font-weight: normal;
/* font-display: swap; */
unicode-range: U+AC00-D7A3;
}
@font-face {
font-family: 'D2Coding';
/* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/D2Coding.woff') format('woff'); */
src: local('D2Coding');
font-weight: normal;
/* font-display: swap; */
}
/*
:root {
--markdown-font-family: 'Ridibatang', "D2Coding", Menlo, Consolas, monospace, "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono";
--markdown-font-size: 13px;
--markdown-font-size: 1rem
--markdown-line-height: 1.7;
}
*/
.markdown-body,
body {
font-family: 'Ridibatang', "D2Coding", Menlo, Consolas, monospace, "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono";
/* font-size: 16px !important; */
/* line-height: 1.6; */
/* max-width: 900px; */
}
/*
code, pre { font-family: "D2Coding", monospace; }
blockquote { border-left: 3px solid #7aa; } */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment