From 15812db975e0ab0d810b0f4d2743811d8ef5a47e Mon Sep 17 00:00:00 2001 From: Tristan Grimmer Date: Tue, 15 Jan 2019 03:07:46 -0800 Subject: [PATCH] Fixed some typos and awkward text. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cf6f30..82f314e 100644 --- a/README.md +++ b/README.md @@ -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