eolas/markdown-styles.css

11 lines
160 B
CSS
Raw Normal View History

2022-08-30 09:30:04 +01:00
* {
font-family: 'Inter';
}
pre, code {
font-family: 'Liga Liberation Mono' !important;
}
code {
font-family: 'Liga Liberation Mono' !important;
}