nerd-fonts/patched-fonts/FiraCode
2016-04-18 21:17:10 -04:00
..
Bold Rebuilt all patched fonts with latest changes + readme info 2016-04-17 21:03:08 -04:00
Light Rebuilt all patched fonts with latest changes + readme info 2016-04-17 21:03:08 -04:00
Medium Rebuilt all patched fonts with latest changes + readme info 2016-04-17 21:03:08 -04:00
Regular Rebuilt all patched fonts with latest changes + readme info 2016-04-17 21:03:08 -04:00
Retina Rebuilt all patched fonts with latest changes + readme info 2016-04-17 21:03:08 -04:00
LICENSE.txt Add patched Fira Code 1.102 2016-03-04 21:03:42 -08:00
README.md Executed script to generate readmes per patched font directory (fixes #52) 2016-04-17 14:01:40 -04:00
README.rst Add patched Fira Code 1.102 2016-03-04 21:03:42 -08:00

Fura Code Powerline

Font creator
Nikita Prokopov
Version
1.102
Source
https://github.com/tonsky/FiraCode
License
SIL OPEN FONT LICENSE Version 1.1
Patched by
Jamie Rolfs

Fira Code is a Fira Mono font extended with a set of ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like .. or // ligatures allow us to correct spacing.

Which font?

TL;DR

  1. Pick your font family and then select from the 'complete' directory.
  • Are you on Windows? Pick a font with the suffix 'Windows Compatible'
  • Are you limited to mono fonts (because of your terminal, etc)? Pick a font with the suffix 'Mono'

Explanation

Once you narrow done your font choice of family (Droid Sans, Inconsolata, etc) and style (bold, italic, etc) you are provided with 3 main folders choices:

  • complete
  • This is most likely the one you want. It includes all of the glyphs from all of the glyph sets. Only caution here is that some fonts have glyphs in the same code point so to include everything some had to be moved to alternate code points.
  • alternative
  • This attempts to contain all permutations of the various glyphs. E.g. You want the font with only Octicons or you want the font with just Font Awesome and Devicons. The goal is to provide every combination possible in this folder.
  • minimal
  • This contains just the glyphs needed to use vim-devicons. This is mostly provided for historical purposes. This might end up being removed at some point if it ends up causing too much confusion and/or providing little purpose in the grand scheme of things.

For more information see: The FAQ