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.

Revisions

  1. @LouisGameDev LouisGameDev revised this gist Oct 30, 2016. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions chrome-ssh-custom-css.css
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    @font-face {
    font-family: 'Source Code Pro';
    font-family: 'DejaVu Sans Mono Powerline';
    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');
    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: 'Source Code Pro' !important;
    font-family: 'DejaVu Sans Mono Powerline' !important;
    }
  2. @jake284773 jake284773 revised this gist May 22, 2016. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions chrome-ssh-custom-css.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,9 @@
    @font-face {
    font-family: SourceCodePro;
    src: url("https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf?raw=true") format("opentype");
    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;
    }
  3. @jake284773 jake284773 renamed this gist May 22, 2016. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions custom-css.css → chrome-ssh-custom-css.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    @font-face {
    font-family: SourceCodePro;
    src: url("https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf?raw=true")
    format("opentype");
    src: url("https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf?raw=true") format("opentype");
    }
  4. @jake284773 jake284773 created this gist May 22, 2016.
    5 changes: 5 additions & 0 deletions custom-css.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    @font-face {
    font-family: SourceCodePro;
    src: url("https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf?raw=true")
    format("opentype");
    }