Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save adrian-martinez-dev/6dc6c8030823f537519f7b6282641adb to your computer and use it in GitHub Desktop.

Select an option

Save adrian-martinez-dev/6dc6c8030823f537519f7b6282641adb 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