This commit is contained in:
Noob Tsai 2017-06-14 02:01:03 +00:00 committed by GitHub
commit 20522321bb
2 changed files with 8 additions and 3 deletions

Binary file not shown.

View file

@ -1,3 +1,8 @@
@font-face{
font-family: 'Noto Mono for Powerline';
src: url('Noto Mono for Powerline.ttf');
}
body { body {
font-family: helvetica, sans-serif, arial; font-family: helvetica, sans-serif, arial;
font-size: 1em; font-size: 1em;
@ -163,8 +168,8 @@ a.toggleLog {
.terminal { .terminal {
background-color: #000; background-color: #000;
color: #fff; color: #fff;
font-family: courier-new, courier, monospace; font-family: 'Noto Mono for Powerline', courier-new, courier, monospace;
font-feature-settings: "liga" 0; #font-feature-settings: "liga" 0;
position: relative; position: relative;
} }