Skip to content

Instantly share code, notes, and snippets.

@jake284773
Last active August 3, 2020 13:19
Show Gist options
  • Save jake284773/2d3f76c4c6ec88ff6cb2c3cd1ef6bd1a to your computer and use it in GitHub Desktop.
Save jake284773/2d3f76c4c6ec88ff6cb2c3cd1ef6bd1a to your computer and use it in GitHub Desktop.
Chrome Secure Shell Powerline Font
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: normal;
src: local('Source Code Pro'), url('https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf') format('opentype');
}
body {
font-family: 'Source Code Pro' !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment