aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-07-14 08:55:03 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-07-14 08:55:03 +0200
commit44ac9f9b8a5e86f4a8137799e08cc7d73b2bcfcf (patch)
treed2d9f02d17205d90fbd53ffa9f03f9cb1860ec5a
parentbbe86ea8b097bc85824b71a6d6950d59c5d02825 (diff)
downloadreploy-44ac9f9b8a5e86f4a8137799e08cc7d73b2bcfcf.tar.gz
reploy-44ac9f9b8a5e86f4a8137799e08cc7d73b2bcfcf.tar.bz2
use the semicond font for smaller headings and title cards
-rw-r--r--assets/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/assets/style.css b/assets/style.css
index 210216c..b745cc9 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -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%;
}