Skip to content

Instantly share code, notes, and snippets.

Created February 8, 2018 11:30
Show Gist options
  • Save anonymous/23ee8b51df15cc25255a35ea04a2138a to your computer and use it in GitHub Desktop.
Save anonymous/23ee8b51df15cc25255a35ea04a2138a to your computer and use it in GitHub Desktop.
@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