use the semicond font for smaller headings and title cards

This commit is contained in:
Mirek Kratochvil 2023-07-14 08:55:03 +02:00
parent bbe86ea8b0
commit 44ac9f9b8a

View file

@ -59,12 +59,18 @@ body {
background: white;
}
h1, h2, h3, h4, h5, h6 {
h1, h2 {
font-family: 'Barlow Condensed', sans-serif;
color: #555;
border-bottom: 1pt solid #e8e8e8;
}
h3, h4, h5, h6 {
font-family: 'Barlow Semi Condensed', sans-serif;
color: #555;
border-bottom: 1pt solid #e8e8e8;
}
h1 {
font-size: 250%;
font-weight: bold;
@ -238,7 +244,7 @@ input, button {
}
.index-card-title {
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 80%;
}