Skip to content

Free and Open-source Nerd Font for programming.

License

Notifications You must be signed in to change notification settings

jwe66/0xProtoNerdFont

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xProto: an opinionated font for software engineers 💻

0xProto

Quick Q&A

Q. Can I legally use 0xProto for my purpose?

A. Most likely YES. 0xProto is free and open source. For details, read the LICENSE.

Q. Where can I get 0xProto?

A. Here

Features

1. Clear differentiation

When it comes to programming fonts, legibility is paramount, particularly the clear differentiation of each letter. Maintaining clarity in coding is critical as it minimizes ambiguity and helps prevent errors that could lead to software bugs.

Distinction

0xProto is a cohesive font ingeniously designed to enhance differentiation between similar-looking letters.

2. Legibility in small font size

Software engineers often work with fonts in small print on their preferred text editor or terminal software. Thus, we've adjusted the font to ensure that the interior of each character is sufficiently wide to be easily visible, even at smaller font sizes.

Legibility in small font size

3. More whitespace

Compared to regular typefaces, monospaced fonts often exhibit uneven distribution of dark and light spaces. 0xProto effectively mitigates this issue by employing unique letter shapes to maintain visual balance.

More whitespace

4. Ligatures that DON'T deform shape

Software engineers frequently use a variety of symbols while programming.

As Fira Code suggests, sequences such as := or => function as single logical tokens, even though they are composed of two characters on the screen. However, many programming fonts, such as Fira Code, use ligatures, for example, to change the appearance of != to change its appearance to and other ligatures. Although != is commonly used to represent in many programming languages, in my view, ligatures that alter the original meaning do not truly fit the definition of "ligatures".

From a functional or usability standpoint, ligatures that transform the meaning of or other overly distorted ligatures make it challenging to anticipate their meaning if any part of the string is erased.

Ligatures that DON'T deform shape

For these reasons, 0xProto has made a conscious decision to abstain from using ligatures that modify both meaning and form.

If you prefer the programming ligature so far, I recommend Fira Code because it is very clean and useful!

Added some ligatures for functional programming languages (from v1.100):

Functional programming ligatures

Installation

  1. Download font files
  2. Unzip the archive and install the font:
    • macOS: Drag & Drop the font file to Font Book (or the other font management app)
    • Windows: right-click any of them, then pick Install from the menu

How to use

Visual Studio Code

  1. Open Settings
  2. Go Text Editor -> Font -> Font Family
  3. Input box type: "0xProto"

To enable ligatures:

  1. Go Text Editor -> Font -> Font Ligatures
  2. Click Edit in settings.json
  3. Change "editor.fontLigatures" to true in settings.json

License

The SIL Open Font License, Version 1.1

Copyright (c) 2023 0xType

About

Free and Open-source Nerd Font for programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%