diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html
index 37d380cc..ebfb037b 100644
--- a/templates/gdpr/gdpr_banner.html
+++ b/templates/gdpr/gdpr_banner.html
@@ -7,14 +7,22 @@
font-size: 14px;
font-weight: 300;
line-height: 1.5;
+ text-transform: none;
}
h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr {
- font-weight: 300;
+ font-family: "Lato", sans-serif !important;
+ font-weight: 300 !important;
+ text-transform: none !important;
}
p.gdpr {
margin: 0 !important;
+ font-family: "Lato", sans-serif !important;
+ font-size: 14px !important;
+ font-weight: 300 !important;
+ line-height: 1.5 !important;
+ text-transform: none !important;
}
div#gdprBanner {