diff --git a/bookwyrm/static/css/fonts/icomoon.eot b/bookwyrm/static/css/fonts/icomoon.eot
index e031e7d28..c787c9bd3 100644
Binary files a/bookwyrm/static/css/fonts/icomoon.eot and b/bookwyrm/static/css/fonts/icomoon.eot differ
diff --git a/bookwyrm/static/css/fonts/icomoon.svg b/bookwyrm/static/css/fonts/icomoon.svg
index 0323df053..e58847cdf 100644
--- a/bookwyrm/static/css/fonts/icomoon.svg
+++ b/bookwyrm/static/css/fonts/icomoon.svg
@@ -30,6 +30,7 @@
+
diff --git a/bookwyrm/static/css/fonts/icomoon.ttf b/bookwyrm/static/css/fonts/icomoon.ttf
index d112fb65c..8ba512daf 100644
Binary files a/bookwyrm/static/css/fonts/icomoon.ttf and b/bookwyrm/static/css/fonts/icomoon.ttf differ
diff --git a/bookwyrm/static/css/fonts/icomoon.woff b/bookwyrm/static/css/fonts/icomoon.woff
index bbac704f0..50261c681 100644
Binary files a/bookwyrm/static/css/fonts/icomoon.woff and b/bookwyrm/static/css/fonts/icomoon.woff differ
diff --git a/bookwyrm/static/css/icons.css b/bookwyrm/static/css/icons.css
index 1f34f78c8..09c22e1a2 100644
--- a/bookwyrm/static/css/icons.css
+++ b/bookwyrm/static/css/icons.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
- src: url('fonts/icomoon.eot?ouoizu');
- src: url('fonts/icomoon.eot?ouoizu#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?ouoizu') format('truetype'),
- url('fonts/icomoon.woff?ouoizu') format('woff'),
- url('fonts/icomoon.svg?ouoizu#icomoon') format('svg');
+ src: url('fonts/icomoon.eot?aeb2zb');
+ src: url('fonts/icomoon.eot?aeb2zb#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?aeb2zb') format('truetype'),
+ url('fonts/icomoon.woff?aeb2zb') format('woff'),
+ url('fonts/icomoon.svg?aeb2zb#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -25,6 +25,9 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-check:before {
+ content: "\e917";
+}
.icon-dots-three:before {
content: "\e916";
}
diff --git a/bookwyrm/templates/snippets/shelve_button.html b/bookwyrm/templates/snippets/shelve_button.html
index b09ba2974..bf1db9b62 100644
--- a/bookwyrm/templates/snippets/shelve_button.html
+++ b/bookwyrm/templates/snippets/shelve_button.html
@@ -5,7 +5,9 @@
{% active_shelf book as active_shelf %}
{% if active_shelf.identifier == 'read' %}
-
+
{% elif active_shelf.identifier == 'reading' %}