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/css/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index 11f9803..993ce58 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; /* Main style sheet for Moeka * Copyright (C) 2023 Daniel Schadt * @@ -2195,9 +2194,11 @@ p.asterism { text-align: center; margin-top: 30px; margin-bottom: 30px; -} -p.asterism::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 */ -- cgit v1.2.3