Skip to content

Commit

Permalink
Fixed some typos and awkward text.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescan authored Jan 15, 2019
1 parent 5f4eb28 commit 15812db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Proggy Fonts
Monospaced fonts for programming. This Github page is now the official home of the Proggy fonts.

The fonts are a cset of fixed-width screen fonts that are designed for programming. They were optimized while coding in C or C++. For this reason, characters like the `*` are vertically centered as `*` usually means dereference or multiply, but never 'to the power of' like in Fortran.
The fonts are all fixed-width and designed for programming. They were optimized while writing C or C++. For this reason, characters like the `*` are vertically centered as `*` usually means dereference or multiply, but never 'to the power of' like in Fortran.

The {}s are centered horizontally (in case you align braces vertically), the zero looks different from the capital oh, and there is never any confusion between ells, ones, and eyes.

Additionally, the arithmetic operators (+ - * < >) are all axis aligned... unlike the last ones you just saw.
Additionally, the arithmetic operators (+ - * < >) are all axis-aligned... unlike the last ones you just saw.


# Proggy Vector
Expand Down

0 comments on commit 15812db

Please sign in to comment.