nerd-fonts VS FiraCode

Compare nerd-fonts vs FiraCode and see what are their differences.

nerd-fonts

Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more (by ryanoasis)

FiraCode

Free monospaced font with programming ligatures (by tonsky)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nerd-fonts FiraCode
237 206
51,060 75,287
- -
9.7 6.1
7 days ago about 2 months ago
CSS Clojure
GNU General Public License v3.0 or later SIL Open Font License 1.1
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nerd-fonts

Posts with mentions or reviews of nerd-fonts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • jokermanBestFont
    3 projects | /r/ProgrammerHumor | 11 Dec 2023
    Use any nerd fonts
  • which Font do you use?
    16 projects | /r/neovim | 5 Dec 2023
    SourceCodePro: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro
  • Neovim Nerd Font icons are available!
    1 project | /r/neovim | 23 Nov 2023
    Hot off the press: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0
  • Berkeley Mono Typeface
    7 projects | news.ycombinator.com | 18 Nov 2023
    It's a bit expensive, and I can understand if someone can't or doesn't want to spend money on it. I would recommend to check out the free fonts 'JetBains Mono' & 'Hack' to these people.

    Some people have already mentioned here that Berkeley Mono is not available as Nerd Font. I would like to briefly point out that Nerd Fonts provides a font patcher tool (https://github.com/ryanoasis/nerd-fonts#font-patcher).

  • NvChad - multiple different client offset_encodings detected for buffer
    1 project | /r/neovim | 4 Nov 2023
    I'm using Neovim v0.9.1 on Ubuntu 23.04 with NvChad. I've also installed the JetBrainsMono font, as NvChad requires a Nerd Font, but nothing besides that and I haven't edited any settings or nvim files and I haven't installed any additional plugins.
  • Nerd Fonts
    1 project | news.ycombinator.com | 27 Jul 2023
  • JetBrains Mono Typeface
    4 projects | news.ycombinator.com | 19 Jul 2023
    There are a lot of code fonts on HN today. Rather than make a new post I will talk about some of my favorite that are a little less common. None of these are free I don't think.

    Cartograph CF - The one I've been using for code for years. Very readable, almost "comic mono"-like choices of some of the lower case glyphs but in a good way. All the character is in the italic which you will either love or hate.

    Quadraat sans mono - The entire quadraat family is a collection of masterpieces imo, but are generally too distinctive to be appropriate for most public-facing work. But it's your computer so who cares. I use the mono sans one for my terminal. The lowercase f seems so out of place there but you learn to love it.

    Alegreya sans - Not a mono font, but it almost is so if you've ever flirted with proportional fonts for code this is a fun one to try. There is a lot of careful line width variation that gives a lot of the appearance and readability advantages of serifs but keeps most of the visual coherence of sans.

    I like all of these because they look feel more like normal fonts rather than code fonts. They have careful variation that adds character and improves readability for me. I've switched to an almost-no-color code theme that uses font weight instead, and the details like this become more important that way.

    And then only kind of related but if you want to use unusual fonts in your terminal but you have a complex prompt setup, install font forge and learn to use something like https://github.com/ryanoasis/nerd-fonts/blob/master/font-pat... to patch in the extra characters. This can also solve your "I love this font but want a dotted zero" type problems as well. Small skill investment for a small return over a long period of time. You'll always be using fonts.

  • Compiler.nvim: Oficially released (beta)
    5 projects | /r/neovim | 19 Jun 2023
    It is FiraCode Nerd Font Mono:size=16. You can find it here. On arch linux you can just install the nerd-fonts and it's included there.
  • Need help: NvChad v2.0 doesn't display font icons correctly with CaskaydiaCove Nerd Font
    2 projects | /r/neovim | 3 Jun 2023
  • Not sure what icon I'm missing here
    3 projects | /r/neovim | 1 Jun 2023
    I'm assuming you're using a Nerd Font already, since I see the Rust logo and folder icons in your terminal. However, it's possible that your particular font is based on Nerd Font 2.x and the newest version is 3.x. Maybe try scanning your Lua config with nerdfix to identify whether the diagnostics icons you have set (among others) are using outdated 2.x character codes. If they are, try replacing them in your config, and also try upgrading your terminal's Nerd Font compliant font to the latest version (NF's GitHub release page says 3.0.1 is the newest version). Hope this helps your troubleshooting efforts!

FiraCode

Posts with mentions or reviews of FiraCode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • I Just Wanted Emacs to Look Nice – Using 24-Bit Color in Terminals
    7 projects | news.ycombinator.com | 30 Jan 2024
    IME, this is like the golden age of terminal apps in general and macOS-compatible ones in particular. There are several really good terminals for macOS:

    [iTerm2 app](https://iterm2.com/)

    [Kitty terminal](https://sw.kovidgoyal.net/kitty/)

    [WezTerm terminal](https://wezfurlong.org/wezterm/index.html)

    [Alacritty](https://github.com/alacritty/alacritty)

    My daily driver is WezTerm…

    - Runs on Linux, macOS, Windows 10 and FreeBSD

    - [Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback](https://wezfurlong.org/wezterm/multiplexing.html)

    - [Ligatures](https://github.com/tonsky/FiraCode#fira-code-monospaced-font...), Color Emoji and font fallback, with true color and [dynamic color schemes](https://wezfurlong.org/wezterm/config/appearance.html#colors).

    - [Hyperlinks](https://wezfurlong.org/wezterm/hyperlinks.html)

    - [Searchable Scrollback](https://wezfurlong.org/wezterm/scrollback.html) (use mouse wheel and `Shift-PageUp` and `Shift PageDown` to navigate, Ctrl-Shift-F to activate search mode)

    - xterm style selection of text with mouse; paste selection via `Shift-Insert` (bracketed paste is supported!)

    - SGR style mouse reporting (works in vim and tmux)

    - Render underline, double-underline, italic, bold, strikethrough (most other terminal emulators do not support as many render attributes)

    - Configuration via a [configuration file](https://wezfurlong.org/wezterm/config/files.html) with hot reloading

    - Multiple Windows (Hotkey: `Super-N`)

    - Splits/Panes (Split horizontally/vertically: `Ctrl-Shift-Alt-%` and `Ctrl-Shift-Alt-"`, move between panes: `Ctrl-Shift-ArrowKey`)

    - Tabs (Hotkey: `Super-T`, next/prev: `Super-Shift-[` and `Super-Shift-]`, go-to: `Super-[1-9]`)

    - [SSH client with native tabs](https://wezfurlong.org/wezterm/ssh.html)

    - [Connect to serial ports for embedded/Arduino work](https://wezfurlong.org/wezterm/serial.html)

    - Connect to a local multiplexer server over unix domain sockets

    - Connect to a remote multiplexer using SSH or TLS over TCP/IP

    - iTerm2 compatible image protocol support, and built-in [imgcat command](https://wezfurlong.org/wezterm/imgcat.html)

    - Kitty graphics support

    - Sixel graphics support (experimental: starting in `20200620-160318-e00b076c`)

  • Icons cut off when using using Konsole?
    1 project | /r/neovim | 7 Dec 2023
    I use Konsole without any problem. Check the font. I recommend you to use one from here: https://www.nerdfonts.com/font-downloads. I personally use FiraCode medium patched with this tool to change the @ and the & symbols (ss03 and ss05). If you like that font, here you could get the codes to match your needs https://github.com/tonsky/FiraCode
  • What font are you using and why?
    5 projects | /r/vscode | 6 Dec 2023
    Fira Code with Ligatures Enabled but also Ligatures Limited - (as per wiki), to make sure those Ligatures are not where you don't want them to be.
  • copilotIsntGonnaLetMeDown
    1 project | /r/ProgrammerHumor | 6 Dec 2023
    Seriously though this is my recommendation: https://github.com/tonsky/FiraCode
  • which Font do you use?
    16 projects | /r/neovim | 5 Dec 2023
    https://github.com/tonsky/FiraCode give it try
  • Berkeley Mono Typeface
    7 projects | news.ycombinator.com | 18 Nov 2023
    I was the same until I started using Fira Code and don't think I'll ever go back to anything else. the ligatures are worth it

    https://github.com/tonsky/FiraCode

  • Mis 3 fuentes favoritas Open Source para VSCode 😎
    1 project | dev.to | 18 Sep 2023
  • Elevate Your Frontend Productivity Must-Have Tools and Configurations
    6 projects | dev.to | 22 Jul 2023
    Fira Code: A monospaced font with ligatures that enhance code legibility.
  • FiraCode: Free monospaced font with programming ligatures
    1 project | /r/patient_hackernews | 22 Jul 2023
    1 project | /r/hypeurls | 20 Jul 2023

What are some alternatives?

When comparing nerd-fonts and FiraCode you can also consider the following projects:

Visual Studio Code - Public documentation for Visual Studio Code

cascadia-code - This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.

powerline - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

alacritty - A cross-platform, OpenGL terminal emulator.

bash-powerline - Powerline-style Bash prompt in pure Bash script. See also https://github.com/riobard/zsh-powerline

source-code-pro - Monospaced font family for user interface and coding environments

Hack - A typeface designed for source code

powerlevel10k - A Zsh theme

neovim - Vim-fork focused on extensibility and usability

nvim-tree.lua - A file explorer tree for neovim written in lua

oh-my-posh - The most customisable and low-latency cross platform/shell prompt renderer