dotfiles/vscode/markdown-styles.css

9 lines
118 B
CSS
Raw Normal View History

2022-08-30 09:20:40 +01:00
* {
2022-06-12 17:17:44 +01:00
font-family: 'Inter';
}
pre, code {
font-family: 'LigaLiberationMono';
font-size: 12px !important;
2022-08-30 09:20:40 +01:00
}