diff --git a/public/Noto Mono for Powerline.ttf b/public/Noto Mono for Powerline.ttf new file mode 100644 index 0000000..8de7bc2 Binary files /dev/null and b/public/Noto Mono for Powerline.ttf differ diff --git a/public/webssh2.css b/public/webssh2.css index 0fe2890..555331d 100644 --- a/public/webssh2.css +++ b/public/webssh2.css @@ -1,3 +1,8 @@ +@font-face{ + font-family: 'Noto Mono for Powerline'; + src: url('Noto Mono for Powerline.ttf'); +} + body { font-family: helvetica, sans-serif, arial; font-size: 1em; @@ -163,8 +168,8 @@ a.toggleLog { .terminal { background-color: #000; color: #fff; - font-family: courier-new, courier, monospace; - font-feature-settings: "liga" 0; + font-family: 'Noto Mono for Powerline', courier-new, courier, monospace; + #font-feature-settings: "liga" 0; position: relative; } @@ -2371,4 +2376,4 @@ a.toggleLog { background-color: #eeeeee; } -/*# sourceMappingURL=src/webssh2.concat.map */ \ No newline at end of file +/*# sourceMappingURL=src/webssh2.concat.map */