eolas/markdown-styles.css

38 lines
424 B
CSS
Raw Normal View History

2022-06-04 13:00:04 +01:00
h1, h2, h3, h4, h5, h6, p {
font-family: 'Inter';
}
2022-07-03 14:00:04 +01:00
pre, code {
2022-07-20 19:00:05 +01:00
font-family: 'JetBrains Mono' !important;
2022-07-03 14:00:04 +01:00
}
2022-07-20 19:00:05 +01:00
code, code {
font-family: 'Jetbrains mono';
}
2022-07-03 14:00:04 +01:00
/*
2022-06-04 13:00:04 +01:00
h1 {
2022-06-04 14:00:04 +01:00
font-size: 24px !important;
}
h2 {
font-size: 20px !important;
}
h3 {
font-size: 18px !important;
2022-06-04 13:00:04 +01:00
}
2022-06-04 14:00:04 +01:00
h4 {
font-size: 16px !important;
}
h5 {
font-size: 14px !important;
}
p, ul, li, dl, dd, dt {
2022-06-04 13:00:04 +01:00
font-size: 14px;
2022-07-03 14:00:04 +01:00
} */