dotfiles/vscode/markdown-styles.css
2022-08-30 09:20:40 +01:00

8 lines
118 B
CSS

* {
font-family: 'Inter';
}
pre, code {
font-family: 'LigaLiberationMono';
font-size: 12px !important;
}