- Cr;Lf;

In: computer, art. Also: typography.
Backlinks: Icons.

Fonts

Fav fonts

Bitmap fonts

http://fial.com/~scott/tamsyn-font/ -- Tamsyn bitmap font by Scott Fial
https://1001freefonts.com/bitmap-fonts.php
https://dafont.com/bitmap.php
https://github.com/ianhan/BitmapFonts
https://github.com/NerdyPepper/scientifica -- Tall, condensed, bitmap font for geeks
https://github.com/robhagemans/hoard-of-bitfonts -- Bitmap fonts for humans
https://github.com/slavfox/Cozette -- Bitmap programming font optimized for coziness
https://github.com/Sorixelle/envypn-powerline -- Ypnose's envypn bitmap font, patched with Powerline glyphs + extra glyphs
https://github.com/stark/siji -- Iconic bitmap font based on Stlarch + extra glyphs
https://github.com/sunaku/tamzen-font -- Personal fork of Tamsyn font by Scott Fial
https://github.com/Tecate/bitmap-fonts -- Large collection of monospaced bitmap fonts for terminal use
https://github.com/tudurom/terra -- Bitmap font with ăĂșȘțȚ

Collections

Awesome


Tools

Cross-platform font installer, from remote or local:

Modular scale fonts:

Linux font config

Links


Testing

()\[\]{}<>«»‹›
6bB8&
0ODdoaoOQGC
I1tilIJL|
!¡ij
5$§SsS5
17ZzZ2
9gqpG6
hnmMN
uvvwWuuwvy
x×X
.,·°%
¡!¿?
:;
\`''"‘’“”
—-~≈=≠+\*\_
…⋯
...
tl1I|!ij
O0QDØ38B
:;.,\`‘'"
2Z5S7T6b
ABCDEFGHIJKLMNOPQRSTUVWXYZ 12345
abcdefghijklmnopqrstuvwxyz 67890
{}[]()<>$*-+=/#_%^@\&|~?'"`!,.;:
Illegal1i = oO0          
The quick brown fox, (..) Hello,
jumps over lazy dog. /\_\_\\ World!

Mononoki code example:

# how to ace an interview
for i in range(1, 51):
    s = '':
    if i % 3 == 0:
        s += 'mono'
    if i % 5 == 0:
        s += 'noki'
    print(s or i)

Hack code example:

//  The four boxing wizards jump
#include <stdio.h> // <= quickly.
int main(int argc, char \*\*argv) {
  long il1\[\]={1-2/3.4,5+6==7/8} ;
  int OxFaced=0xBAD||"\[{(CQUINE";
  unsigned O0,l1,Z2,S5,G6,B8\_\_XY;
  printf("@$Hamburgefo%c\`",'\\n');
  return ~7&8^9?0:l1|!"j->k+=\*w";
}

Adobe Type Team holiday card 2012:

╔═\*╓─╭╍╮╓─o\*›┍━┑╻ ▲,┌─»
╚═╗║╍╽┅╈╙─╖¡ ┆0┆╽╲╿ ┕━┓
╚═╜╙━╹©╹╚═╱╳∙┕═┙╵=╹\_└─┛
╦┉╴╓─╮╓─ ╱╳¤╳╲┕ ┎─┎┬┬┒•
║ ╗║─╮╬(•╱∑╳ɔ╲¡ʻ┣╸ || ┒
╙─©◊ ◊╙─╱╳╳⅓╳╳╲┆┖─:┗┛ ┸
┎╲ ╷╭─┨?╱╳¿╳╳▲╲♪╔═╡\*\*\*\*
┃╲╲┃┃─╮╱↑╳╳╳ợ╳╳╲╚═╗from
╵ H┚╰─ᵒ╱╳╳∞╳╳╳¤╲╞═╝the↓
↓╎O┊◊ˈ╱╳◉╳%╳╳=╳╳╲◆╦═╦═\]
H╎L┊─╱♪╳╳ʷ╳ ∫╳ §╲┊║A║™\]
A╎I┊╍╱╳∂╳╳◆╳╳╳Ω╳ ╲┊D┊═╗
P─D──╱╳╳¶╳ ╳$╳  ¤╳┊O┊T║
P║A┊╱╳ Ø╳╳ƒ╳╳╳☑╳  ╲B┊Y║
Y║Y┊╱¤╳╳œ╳╳╳Ṃ ╳╳| ╲E┊P║
│┐S╱╳╳╳ˣ╳╳×╳╳╳◆ ╳¤╳╲┊E│
↓ !!┟╥─╯┍╇┯█┯╇┑▚│┇──┴─┊
   ╶═╝┎┘│━┵┼┶━│┈╢TEAM<╯
   ╺━│┃░▒▓▌!▐▓▒░┃││┼☑┘╳

Example from programmingFonts.org:

// Type some code ->
console.log "oO08 iIlL1 g9qCGQ ~-+=>";
// â é ù ï ø ç Ã Ē Æ œ
function updateGutters(cm) {
    var gutters = cm.display.gutters,
        \_\_specs = cm.options.gutters;

    removeChildren(gutters);

    for (var i = 0; i < specs.length; ++i) {
        var gutterClass = \_\_specs\[i\];
        var gElt = gutters.appendChild(
            elt(
                "div",
                null,
                "CodeMirror-gutter " + gutterClass
            )
        );
        if (gutterClass == "CodeMirror-linenumbers") {
            cm.display.lineGutter = gElt;
            gElt.style.width = (cm.display.lineNumWidth || 1) + "px";
        }
    }
    gutters.style.display = i ? "" : "none";
    updateGutterSpace(cm);

    return false;
}

Example from Ren language:

  Example
  This is what Ren looks like:

  "Ren Example 1" ; string
  []          ; empty list
  #[]         ; empty map
  [a 1 true #three]   ; non-empty list
  #[a: 1 b: "two"]    ; non-empty map
  -42         ; number
  98.6        ; another number
  true        ; literal true
  false       ; literal false
  none        ; literal nil/null/nada
  #[          ; a bigger map
      space-newline-tab: " ^/^-"
      quote:    "^""
      ;special:  "#[]:^"^^;"
      ;reserved: "/@$%,{}<>()"
      unicode:  "^(1234CDEF)^(abcd)^(ef4A)"
      all-in:   100%
      sci-phi:  0.1618e1
      url:      http://www.ren-data.org/
      email:    info@ren-data.org
      date:     2013-04-17/18:37:39
      iso-date: 2013-04-17T18:37:39-0600
      ip-addr:  127.0.0.1
      geo:      43.5x116.7
      hex:      #{DECAFBAD DEAD 00FF}
      base-64:  64#{3sr7rd6tAP8=}
  ]

Greek alphabet:

Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω
α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ τ υ φ χ ψ ω

Planets
☿ ♀ ♁ ♂ ♃ ♄ ♅ ⛢ ♆

×