Add "Open in Twitter" icon to navbar

Fixes #10
This commit is contained in:
Zed 2019-10-07 18:09:56 +02:00
parent 5013197b17
commit 0b7a7c741e
7 changed files with 23 additions and 10 deletions

View file

@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('/fonts/fontello.eot?33844470');
src: url('/fonts/fontello.eot?33844470#iefix') format('embedded-opentype'),
url('/fonts/fontello.woff2?33844470') format('woff2'),
url('/fonts/fontello.woff?33844470') format('woff'),
url('/fonts/fontello.ttf?33844470') format('truetype'),
url('/fonts/fontello.svg?33844470#fontello') format('svg');
src: url('/fonts/fontello.eot?23617755');
src: url('/fonts/fontello.eot?23617755#iefix') format('embedded-opentype'),
url('/fonts/fontello.woff2?23617755') format('woff2'),
url('/fonts/fontello.woff?23617755') format('woff'),
url('/fonts/fontello.ttf?23617755') format('truetype'),
url('/fonts/fontello.svg?23617755#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -50,5 +50,6 @@
.icon-search:before { content: '\e80e'; } /* '' */
.icon-pin:before { content: '\e80f'; } /* '' */
.icon-cog:before { content: '\e812'; } /* '' */
.icon-rss-feed:before { content: '\f143'; } /* '' */
.icon-rss-feed:before { content: '\e813'; } /* '' */
.icon-bird:before { content: '\f099'; } /* '' */
.icon-thumbs-up:before { content: '\f164'; } /* '' */