use the semicond font for smaller headings and title cards
This commit is contained in:
parent
bbe86ea8b0
commit
44ac9f9b8a
|
@ -59,12 +59,18 @@ body {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2 {
|
||||||
font-family: 'Barlow Condensed', sans-serif;
|
font-family: 'Barlow Condensed', sans-serif;
|
||||||
color: #555;
|
color: #555;
|
||||||
border-bottom: 1pt solid #e8e8e8;
|
border-bottom: 1pt solid #e8e8e8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3, h4, h5, h6 {
|
||||||
|
font-family: 'Barlow Semi Condensed', sans-serif;
|
||||||
|
color: #555;
|
||||||
|
border-bottom: 1pt solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 250%;
|
font-size: 250%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -238,7 +244,7 @@ input, button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-card-title {
|
.index-card-title {
|
||||||
font-family: 'Barlow Condensed', sans-serif;
|
font-family: 'Barlow Semi Condensed', sans-serif;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue