tabascoeye / fonts

Free and open fonts for the Atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fonts package for Atom

Oh we do love our monospace fonts don't we? To celebrate typography and free choice, I've packaged all the great fonts I could get my hands on (over 45 of them at this point).

This package delivers them straight to Atom through the power of @font-face. You no longer need to hunt down and install your favourite font, instead you can now instantly try out any of the fonts in this package.

How to use

  1. Install the package
  2. Go to the package's settings page
  3. Select a font from the drop-down list

Disable the package to re-enable the normal font settings.

How to change the UI font

Add this rule (with your favorite font-family) to your style.less file

atom-workspace {
    font-family: Mononoki;
}

All fonts

3270, Anka/Coder, Anonymous Pro, Aurulent Sans Mono, Average Mono, BPmono, Bitstream Vera Sans Mono, Code New Roman, Consolamono, Cousine, Cutive Mono, DejaVu Mono, Droid Sans Mono, Effects Eighty, Fantasque Sans Mono, Fifteen, Fira Mono, FiraCode, Fixedsys, Fixedsys with ligatures, GNU Freefont, GNU Unifont, Generic Mono, Hack, Hasklig, Hermit Light, Hermit, Inconsolata, Inconsolata-g, Latin Modern Mono Light, Latin Modern Mono, Lekton, Liberation Mono, Luxi Mono, M+ Light, M+ Medium, M+ Thin, M+, Meslo, Monofur, Monoid, Mononoki, NotCourierSans, Nova Mono, Office Code Pro, Oxygen Mono, PT Mono, Profont, Proggy Clean, Quinze, Roboto, Share Tech Mono, Source Code Pro Extra Light, Source Code Pro Light, Source Code Pro Medium, Source Code Pro, Sudo, TeX Gyre Cursor, Terminus, Ubuntu Mono, VT323, Verily Serif Mono, saxMono

... and a couple more I forgot to list, there are too many!

More programming fonts

About

Free and open fonts for the Atom editor

License:MIT License


Languages

Language:CSS 92.5%Language:CoffeeScript 7.5%