diff --git a/bookwyrm/static/css/fonts/icomoon.eot b/bookwyrm/static/css/fonts/icomoon.eot
index 30ae2cd5..48bd3f62 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 aa0a9e5d..00ee337f 100644
--- a/bookwyrm/static/css/fonts/icomoon.svg
+++ b/bookwyrm/static/css/fonts/icomoon.svg
@@ -7,31 +7,35 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bookwyrm/static/css/fonts/icomoon.ttf b/bookwyrm/static/css/fonts/icomoon.ttf
index 40d6e886..6abaa591 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 6cfa9a4d..2b8d3330 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/format.css b/bookwyrm/static/css/format.css
index cec44f4a..e99513b0 100644
--- a/bookwyrm/static/css/format.css
+++ b/bookwyrm/static/css/format.css
@@ -148,11 +148,11 @@ input.toggle-control:checked ~ .modal.toggle-content {
position: absolute;
}
.quote blockquote:before {
- content: "\e905";
+ content: "\e906";
top: 0;
left: 0;
}
.quote blockquote:after {
- content: "\e904";
+ content: "\e905";
right: 0;
}
diff --git a/bookwyrm/static/css/icons.css b/bookwyrm/static/css/icons.css
index 536db560..8f1f4e90 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?rd4abb');
- src: url('fonts/icomoon.eot?rd4abb#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?rd4abb') format('truetype'),
- url('fonts/icomoon.woff?rd4abb') format('woff'),
- url('fonts/icomoon.svg?rd4abb#icomoon') format('svg');
+ src: url('fonts/icomoon.eot?uh765c');
+ src: url('fonts/icomoon.eot?uh765c#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?uh765c') format('truetype'),
+ url('fonts/icomoon.woff?uh765c') format('woff'),
+ url('fonts/icomoon.svg?uh765c#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -25,81 +25,102 @@
-moz-osx-font-smoothing: grayscale;
}
-.icon-dots-three-vertical:before {
- content: "\e918";
+.icon-sparkle:before {
+ content: "\e91a";
}
-.icon-check:before {
- content: "\e917";
+.icon-warning:before {
+ content: "\e91b";
}
-.icon-dots-three:before {
- content: "\e916";
-}
-.icon-envelope:before {
+.icon-book:before {
content: "\e900";
}
-.icon-arrow-right:before {
+.icon-bookmark:before {
+ content: "\e91c";
+}
+.icon-envelope:before {
content: "\e901";
}
-.icon-bell:before {
+.icon-arrow-right:before {
content: "\e902";
}
-.icon-x:before {
+.icon-bell:before {
content: "\e903";
}
-.icon-quote-close:before {
+.icon-x:before {
content: "\e904";
}
-.icon-quote-open:before {
+.icon-quote-close:before {
content: "\e905";
}
-.icon-image:before {
+.icon-quote-open:before {
content: "\e906";
}
-.icon-pencil:before {
+.icon-image:before {
content: "\e907";
}
-.icon-list:before {
+.icon-pencil:before {
content: "\e908";
}
-.icon-unlock:before {
+.icon-list:before {
content: "\e909";
}
-.icon-globe:before {
+.icon-unlock:before {
content: "\e90a";
}
-.icon-lock:before {
+.icon-unlisted:before {
+ content: "\e90a";
+}
+.icon-globe:before {
content: "\e90b";
}
-.icon-chain-broken:before {
+.icon-public:before {
+ content: "\e90b";
+}
+.icon-lock:before {
content: "\e90c";
}
-.icon-chain:before {
+.icon-followers:before {
+ content: "\e90c";
+}
+.icon-chain-broken:before {
content: "\e90d";
}
-.icon-comments:before {
+.icon-chain:before {
content: "\e90e";
}
-.icon-comment:before {
+.icon-comments:before {
content: "\e90f";
}
-.icon-boost:before {
+.icon-comment:before {
content: "\e910";
}
-.icon-arrow-left:before {
+.icon-boost:before {
content: "\e911";
}
-.icon-arrow-up:before {
+.icon-arrow-left:before {
content: "\e912";
}
-.icon-arrow-down:before {
+.icon-arrow-up:before {
content: "\e913";
}
-.icon-home:before {
+.icon-arrow-down:before {
content: "\e914";
}
-.icon-local:before {
+.icon-home:before {
content: "\e915";
}
+.icon-local:before {
+ content: "\e916";
+}
+.icon-dots-three:before {
+ content: "\e917";
+}
+.icon-check:before {
+ content: "\e918";
+}
+.icon-dots-three-vertical:before {
+ content: "\e919";
+}
.icon-search:before {
content: "\e986";
}
diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html
index 750576c1..7448a31b 100644
--- a/bookwyrm/templates/feed.html
+++ b/bookwyrm/templates/feed.html
@@ -100,7 +100,7 @@