Powerline symbols!

This commit is contained in:
Marcin Kulik 2014-06-25 17:57:48 +02:00
parent 81fb45b809
commit 78f31ae3de
4 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -2,6 +2,7 @@
*= require bootstrap
*= require auth-buttons
*= require source-sans-pro
*= require powerline-symbols
*= require base
*= require header
*= require flash

View File

@ -0,0 +1,4 @@
@font-face {
font-family: 'Powerline Symbols';
src: local('Powerline Symbols'), local('PowerlineSymbols'), url('<%= asset_path("PowerlineSymbols.otf") %>') format('opentype');
}

View File

@ -37,7 +37,7 @@
word-break: normal;
border-radius: 0;
cursor: text;
font-family: Consolas, Menlo, "Bitstream Vera Sans Mono", monospace; }
font-family: Consolas, Menlo, "Bitstream Vera Sans Mono", monospace, "Powerline Symbols"; }
.asciinema-terminal .line {
letter-spacing: normal;
overflow: hidden; }