aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-10-25 10:05:36 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-25 10:34:27 +0200
commit5894420fccdfe33e085aac8cc5d2db84d5bacfb7 (patch)
tree96f4c7ebb25a66a8a083fcd414ba960a01836ed2 /assets/css
parentShorten text on documentation page (diff)
downloadwww-5894420fccdfe33e085aac8cc5d2db84d5bacfb7.tar.gz
www-5894420fccdfe33e085aac8cc5d2db84d5bacfb7.tar.bz2
www-5894420fccdfe33e085aac8cc5d2db84d5bacfb7.zip
glep.css: Use same font in Contents heading as in h2
Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/glep.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/glep.css b/assets/css/glep.css
index ea4ede6..31bebd8 100644
--- a/assets/css/glep.css
+++ b/assets/css/glep.css
@@ -1,4 +1,7 @@
.document .contents .topic-title {
+ /* same font family and weight as in h2 heading */
+ font-family: Bitter, 'Open Sans', sans-serif;
+ font-weight: 400;
font-size: 25px;
}