Skip to content

Instantly share code, notes, and snippets.

@TheLouisHong
Forked from jake284773/chrome-ssh-custom-css.css
Last active September 4, 2017 02:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save TheLouisHong/4b33efe7d34580f2c1b70b0fd4aae9fc to your computer and use it in GitHub Desktop.
Save TheLouisHong/4b33efe7d34580f2c1b70b0fd4aae9fc to your computer and use it in GitHub Desktop.
Chrome Secure Shell Powerline Font
@font-face {
font-family: 'DejaVu Sans Mono Powerline';
font-style: normal;
font-weight: normal;
src: local('DejaVu Sans Mono Powerline'), url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype');
}
body {
font-family: 'DejaVu Sans Mono Powerline' !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment