aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJannes Jeising2015-12-27 09:43:30 +0100
committerJannes Jeising2015-12-27 09:43:30 +0100
commitf6b23b6b044c31869f95f3f1a926b843686ecc1b (patch)
tree47aaa112414f16a8282cf4b181ad9104c92182c7 /configs
parent704ee59b912a8dc64e62ed04839545aa186f9a9b (diff)
Use font for branding
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/32c3/main.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less
index b3e3d5c..7d0b93b 100644
--- a/configs/conferences/32c3/main.less
+++ b/configs/conferences/32c3/main.less
@@ -59,11 +59,15 @@ body.overview {
}
}
-h1, h2, body.overview .room a.title, body.overview .panel-primary a {
+h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand {
font-family: 'Roboto Condensed';
font-weight: 300;
}
+.navbar-brand {
+ font-size: 20px;
+}
+
.well {
color: @dark-grey;
}