eolas/markdown-styles.css

37 lines
400 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 {
font-family: 'LigaLiberationMono';
font-size: 12px !important;
}
2022-06-04 14:00:04 +01:00
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
} */