eolas/markdown-styles.css
2022-08-12 08:00:04 +01:00

37 lines
436 B
CSS

/* h1, h2, h3, h4, h5, h6, p {
font-family: 'Inter';
} */
/* pre, code {
font-family: 'JetBrains Mono' !important;
}
code, code {
font-family: 'Jetbrains mono';
} */
/*
h1 {
font-size: 24px !important;
}
h2 {
font-size: 20px !important;
}
h3 {
font-size: 18px !important;
}
h4 {
font-size: 16px !important;
}
h5 {
font-size: 14px !important;
}
p, ul, li, dl, dd, dt {
font-size: 14px;
} */