← All fonts

Nerd Font

BitstromWera Nerd Font

Bitstream Vera Sans Mono with Nerd Fonts glyph augmentation, distributed under the renamed family "BitstromWera" to comply with the Bitstream Vera license clause forbidding modified versions from carrying the "Bitstream" or "Vera" names. Bitstream Vera is a foundational humanist sans-serif monospace from 2003, the ancestor of DejaVu Sans Mono. Patched with ~10,000 additional icons (Powerline, Material Design Icons, Font Awesome, Devicons, Octicons, Codicons, etc.).

bitstream-vera-sans-mono-nerdfont · v1.0.0 · Bitstream-Vera · monospace

Aa Bb Cc 0123456789
aA Bb 123 <= != => |0Ol1Il|

Sample text

The quick brown fox jumps over the lazy dog. 0123456789 !@#$%^&*() <>?=+-_~ The→quick·brown·fox = (lazy: dog) ?? jumps

Sample code

function fib(n: number): number {
  if (n < 2) return n;
  return fib(n - 1) + fib(n - 2);
}

// Powerline + git glyphs:    main 0   AI:local
// Devicons:
// Material:
// FontAwesome:      

Use in a theme

Paste this into the [font] block of any theme TOML:

[font]
family = "BitstromWera Nerd Font"
fallback = ["Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Liberation Mono", "Menlo", "Monaco", "Consolas", "monospace"]
size = 13
weight = 400
nerd_font = true

Weights & styles

Download (self-hosted)

Upstream: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.4.0