Skip to content

Instantly share code, notes, and snippets.

@docwhat
Forked from danielfullmer/nerd-font.css
Last active October 13, 2018 18:10
Show Gist options
  • Save docwhat/ca130207edf47287888e8265dea5581f to your computer and use it in GitHub Desktop.
Save docwhat/ca130207edf47287888e8265dea5581f to your computer and use it in GitHub Desktop.
blinksh font configuration file
@font-face {
font-family: 'Nerd FiraCode Retina';
src: local('Nerd FireCode Retina'), url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.0.0/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete.otf') format('opentype');
}
* {
text-rendering: optimizeLegibility;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment