Powerline symbols!
This commit is contained in:
parent
81fb45b809
commit
78f31ae3de
BIN
app/assets/fonts/PowerlineSymbols.otf
Normal file
BIN
app/assets/fonts/PowerlineSymbols.otf
Normal file
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
*= require bootstrap
|
||||
*= require auth-buttons
|
||||
*= require source-sans-pro
|
||||
*= require powerline-symbols
|
||||
*= require base
|
||||
*= require header
|
||||
*= require flash
|
||||
|
4
app/assets/stylesheets/powerline-symbols.css.erb
Normal file
4
app/assets/stylesheets/powerline-symbols.css.erb
Normal file
@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: 'Powerline Symbols';
|
||||
src: local('Powerline Symbols'), local('PowerlineSymbols'), url('<%= asset_path("PowerlineSymbols.otf") %>') format('opentype');
|
||||
}
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user