From 0f3494711c4f4e4183d5228bffdd3196f154be0a Mon Sep 17 00:00:00 2001 From: teddit Date: Wed, 30 Dec 2020 21:42:24 +0100 Subject: [PATCH] rm all fontello --- static/css/styles.css | 2 +- views/includes/head.pug | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index eb1f1a8..423e3c4 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -206,7 +206,7 @@ a:hover, a:focus { overflow: hidden; } .upvotes .arrow, .score .arrow { - background: url(/css/sprite.png?v=1); + background: url(/css/sprite.png); background-position: -84px -1654px; background-repeat: no-repeat; margin: 2px 0px 2px 0px; diff --git a/views/includes/head.pug b/views/includes/head.pug index 39bd45e..9972988 100644 --- a/views/includes/head.pug +++ b/views/includes/head.pug @@ -1,4 +1,3 @@ -link(rel="stylesheet", type="text/css", href="/css/fontello.css") link(rel="stylesheet", type="text/css", href="/css/styles.css") link(rel="icon", type="image/png", sizes="32x32", href="/favicon.png") meta(name="viewport", content="width=device-width, initial-scale=1.0")