Skip to content

Instantly share code, notes, and snippets.

@viji12c
viji12c / chrome-ssh-custom-css.css
Created August 3, 2020 13:19 — forked from jake284773/chrome-ssh-custom-css.css
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;
}