diff --git a/README.md b/README.md index e386847..bc610d5 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Fira Code is a Fira Mono font extended with a set of ligatures for common progra ### Fira Code (with ligatures): - + Compare to Fira Mono (without ligatures): - + #### [Download Fira Code v0.1](https://github.com/tonsky/FiraCode/releases/download/0.1/FiraCode-Regular.otf) @@ -22,6 +22,29 @@ Compare to Fira Mono (without ligatures): Please refer to [Hasklig Readme](https://github.com/i-tu/Hasklig) for editor support +### More real code examles + +Erlang: + + + +Go: + + + +Haskell: + + + +JavaScript: + + + +Ruby: + + + + ### Credits This work is based on OFL-licensed [Fira Mono font](https://github.com/mozilla/Fira). Original Fira Mono font was not changed, only extended. diff --git a/firacode.png b/showcases/all_ligatures.png similarity index 100% rename from firacode.png rename to showcases/all_ligatures.png diff --git a/showcases/erlang.png b/showcases/erlang.png new file mode 100644 index 0000000..31e7cd0 Binary files /dev/null and b/showcases/erlang.png differ diff --git a/showcases/go.png b/showcases/go.png new file mode 100644 index 0000000..980806c Binary files /dev/null and b/showcases/go.png differ diff --git a/showcases/haskell.png b/showcases/haskell.png new file mode 100644 index 0000000..533dd04 Binary files /dev/null and b/showcases/haskell.png differ diff --git a/showcases/javascript.png b/showcases/javascript.png new file mode 100644 index 0000000..4e5c116 Binary files /dev/null and b/showcases/javascript.png differ diff --git a/firamono.png b/showcases/no_ligatures.png similarity index 100% rename from firamono.png rename to showcases/no_ligatures.png diff --git a/showcases/ruby.png b/showcases/ruby.png new file mode 100644 index 0000000..e7f0158 Binary files /dev/null and b/showcases/ruby.png differ