Add RSS button to navbar

This commit is contained in:
Zed 2019-09-15 11:29:14 +02:00
parent 8912c53f23
commit 6c479ff7ec
9 changed files with 18 additions and 12 deletions

View file

@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('/fonts/fontello.eot?85902121');
src: url('/fonts/fontello.eot?85902121#iefix') format('embedded-opentype'),
url('/fonts/fontello.woff2?85902121') format('woff2'),
url('/fonts/fontello.woff?85902121') format('woff'),
url('/fonts/fontello.ttf?85902121') format('truetype'),
url('/fonts/fontello.svg?85902121#fontello') format('svg');
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');
font-weight: normal;
font-style: normal;
}
@ -50,4 +50,5 @@
.icon-search:before { content: '\e80e'; } /* '' */
.icon-pin:before { content: '\e80f'; } /* '' */
.icon-cog:before { content: '\e812'; } /* '' */
.icon-rss:before { content: '\f143'; } /* '' */
.icon-thumbs-up:before { content: '\f164'; } /* '' */