From 30a5fb82ef3fabdb55d3ea28c646225d811577ba Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 14 Nov 2017 06:52:02 -0500 Subject: [PATCH] Update fonts section and add languages to README.md --- README.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45e8d8a9..876ac705 100644 --- a/README.md +++ b/README.md @@ -187,10 +187,27 @@ TODO: add this ### Fonts -- Web Serif: TODO -- Web Sans-serif: TODO -- Web Monospace: TODO -- Terminal: [Hack](https://github.com/source-foundry/Hack) +1. The [Hack](https://github.com/source-foundry/Hack) fonts are used for the terminal. +2. The [Noto](https://github.com/googlei18n/noto-fonts) fonts are used for the web and other programs. + +### Languages Included + +- C +- C++ +- Perl +- Go +- Ruby +- Lua +- Java +- PHP +- Python +- Crystal +- Elixir +- Rust + +Note that this list is not exhaustive. Other languages like Markdown, HTML, CSS, and Sass also work by default. + +TODO: Clean up this section ### Other