From 35cfb59f4c086e0a1470ac69d0b0c2ee6b2bd22e Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 5 Aug 2024 11:32:23 +0200 Subject: css: add iOS fonts to disclosure widget Add Helvetica fonts to the fonts used to render the disclosure widget in the sidebar. --- ogcp/static/css/soleta.css | 4 ++-- ogcp/templates/base.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index fe75877..0a6f63f 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -71,7 +71,7 @@ a.nav-link.collapsed:not(.disabled)[data-toggle="collapse"]::before { position: absolute; left: -15px; font-size: 0.7em; - font-family: Arial, sans-serif; + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } a.nav-link:not(.collapsed):not(.disabled)[data-toggle="collapse"]::before { @@ -80,7 +80,7 @@ a.nav-link:not(.collapsed):not(.disabled)[data-toggle="collapse"]::before { left: -15px; transform: rotate(90deg); font-size: 0.7em; - font-family: Arial, sans-serif; + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } a.nav-link.live-report::before { diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index cbbfafa..0099c27 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -10,7 +10,7 @@ - + {% endblock %} -- cgit v1.2.3-18-g5258