← All fonts

Nerd Font

Arimo Nerd Font

Arimo sans-serif font with Nerd Fonts glyph augmentation. Arimo is Google's metric-compatible substitute for Arial — a humanist sans-serif by Steve Matteson at Ascender Corp. The Nerd Fonts build patches Arimo with ~10,000 additional icons (Powerline, Material Design Icons, Font Awesome, Devicons, Octicons, Codicons, etc.) and ships without a Mono variant because Arimo is proportional.

arimo-nerdfont · v1.0.0 · Apache-2.0 · sans-serif

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 = "Arimo Nerd Font"
fallback = ["Arimo", "Arial", "Helvetica", "Liberation Sans", "sans-serif"]
size = 13
weight = 400
nerd_font = true

Weights & styles

Download (self-hosted)

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