diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index 00ecd022b..c06656c46 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -54,7 +54,7 @@ * { - font-family: 'Lato' !important; + font-family: 'Lato'; } blockquote { diff --git a/files/assets/css/tron.css b/files/assets/css/tron.css index 3c26fa79d..60921f6f2 100644 --- a/files/assets/css/tron.css +++ b/files/assets/css/tron.css @@ -174,7 +174,7 @@ } * { - font-family: 'Roboto Mono' !important; + font-family: 'Roboto Mono'; } .arrow-up::before { diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index ffaed74d7..448dbbbbc 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -25,7 +25,7 @@ box-shadow: none !important; transition: none !important; border-radius: 0 !important; - font-family: sans-serif !important; + font-family: sans-serif; font-size: 12px; } diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 93fb02256..7ad82e6c1 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 59f08dca2..bf8167f28 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -8,7 +8,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/log.html b/files/templates/log.html index e26ced145..d5f863db8 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}