From 574d7d891de25ffc0b932b1d4bc5ea0367914e40 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 13 Dec 2023 19:47:22 +0100 Subject: add asterism as svg I didn't realize that it wasn't included in IBM Plex and my system just showed a fallback glyph from a different font. --- static/sass/main.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'static/sass') diff --git a/static/sass/main.scss b/static/sass/main.scss index 22295ec..ff3f04a 100644 --- a/static/sass/main.scss +++ b/static/sass/main.scss @@ -142,9 +142,12 @@ p.asterism { text-align: center; margin-top: 30px; margin-bottom: 30px; - &::before { - content: "⁂"; - } + + height: 20px; + background-image: url("../images/asterism.svg"); + background-size: 20px; + background-repeat: no-repeat; + background-position: center; } /* Undo the usual header spacing so we can nicely and evenly space the asterism */ div.section:has(p.asterism) + div h2 { -- cgit v1.2.3