From: Tobias Diekershoff Date: Thu, 26 Nov 2015 09:22:00 +0000 (+0100) Subject: small fix for the ShaShape font X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4af584cec22827aee495e9d6bdd7366306254b06;p=friendica.git small fix for the ShaShape font --- diff --git a/view/fonts/shashape.css b/view/fonts/shashape.css index b34cac7980..5f4494dde7 100644 --- a/view/fonts/shashape.css +++ b/view/fonts/shashape.css @@ -177,7 +177,7 @@ content: "Z"; } .shashape.hash:before{ - content: "/"; + content: "#"; } .shashape.tag:before{ content: "=";