Forked from jake284773/chrome-ssh-custom-css.css
Last active
September 4, 2017 02:25
-
-
Save TheLouisHong/4b33efe7d34580f2c1b70b0fd4aae9fc to your computer and use it in GitHub Desktop.
Chrome Secure Shell Powerline Font
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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