Skip to content

Commit b5341e5

Browse files
spageekttitonsky
authored andcommitted
Update README
1 parent 34cced2 commit b5341e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Read in [Español](./LEEME.md) | [简体中文](./README_CN.md) | [日本語](./
66

77
### Problem
88

9-
Programmers use a lot of symbols, often encoded with several characters. For the human brain, sequences like `->`, `<=` or `:=` are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one. Ideally, all programming languages should be designed with full-fledged Unicode symbols for operators, but that’s not the case yet.
9+
Programmers use a lot of symbols, often encoded with several characters. For the human brain, sequences like `->`, `<=`, or `:=` are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one. Ideally, all programming languages should be designed with full-fledged Unicode symbols for operators, but that’s not the case yet.
1010

1111
### Solution
1212

@@ -56,15 +56,15 @@ Fira Code is not only about ligatures. Some fine-tuning is done for punctuation
5656

5757
<img src="./extras/typographics.png" width="754">
5858

59-
Fira Code comes with a few different character variants (`cv01`, `cv02`, etc), stylistic sets (`ss01`, `ss02` , etc) and other font features (`zero`, `onum`, `calt`, etc), so that everyone can choose what’s best for them. [How to enable](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets)
59+
Fira Code comes with a few different character variants (`cv01`, `cv02`, etc), stylistic sets (`ss01`, `ss02`, etc), and other font features (`zero`, `onum`, `calt`, etc), so that everyone can choose what’s best for them. [How to enable](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets)
6060

6161
<img src="./extras/character_variants.png" width="754">
6262

6363
Some ligatures can be altered or enabled using stylistic sets/character variants:
6464

6565
<img src="./extras/ligature_variants.png" width="754">
6666

67-
Being a programming font, Fira Code has fantastic support for ASCII/box drawing, powerline and other forms of console UIs:
67+
Being a programming font, Fira Code has fantastic support for ASCII/box drawing, powerline, and other forms of console UIs:
6868

6969
<img src="./extras/console.png" width="754">
7070

0 commit comments

Comments
 (0)