Git Product home page Git Product logo

favorite-fonts's Introduction

My Favorite Fonts

This repo is a collection of my favorite open source fonts. It exists as a convenience for myself.

All fonts obtained from Google Fonts with exceptions:

In each example I used the following test string:

Object.keys({ 
  qwro:  123, 
  dflu:  456, 
  zxmp: 7890, 
}).map(([k, v]) => [
  k === v,
  k !== v,
  k <= v,
  k >= v,
  k + v,
  `"This is a 'string'"`
])

Here are the screenshots of the samples in order of my favorite:

This is my favorite because it looks a lot like Monaco, which is my favorite non open source font on Mac OSX.


This font looks professional and easy to read.


Similar to Source Code Pro, this font is clean and easy to read, but x-height is a little taller, which makes it easier to read on super small font sizes (like a terminal).


The only reason I like this one is that it looks spacey. I have not found a practical use for it.


It was not until I pulled down the source code for Inconsolata that I discovered Ligconsolata, which is Inconsolata with Ligatures!

VS Code integration

You need to enable font ligatures in VS Code to get some fonts to work right. I also tend to have to mess with the line height and letter spacing in settings.

{
  "editor.fontFamily": "Ligconsolata, Consolas, 'Courier New', monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 16,
  "editor.lineHeight": 20,
  "editor.letterSpacing": 0.6,
}

favorite-fonts's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.