From a58fb5d78a1987f219874cdde16b07f805a397a4 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sat, 1 Feb 2020 09:31:49 -0800 Subject: [PATCH] Updates and centralizes statistics --- _config.yml | 4 ++++ _posts/2017-01-02-features.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index e909ee80b..ba66b0b90 100755 --- a/_config.yml +++ b/_config.yml @@ -22,6 +22,10 @@ favicon: "assets/img/favicon.ico" touch_icon: "assets/img/apple-touch-icon.png" google_analytics_key: "UA-91070609-1" current_version: 2.1.0 +metrics: + icons: 3,600 + fonts: 50 + combinations: 1.4 million ### template colors, used site-wide via css ### diff --git a/_posts/2017-01-02-features.md b/_posts/2017-01-02-features.md index ae2b47471..c1f49a7a5 100644 --- a/_posts/2017-01-02-features.md +++ b/_posts/2017-01-02-features.md @@ -15,7 +15,7 @@ style: container

All the icons!

-

1,600+ icons combined from popular sets

+

{{ site.metrics.icons }}+ icons combined from popular sets

@@ -58,7 +58,7 @@ style: container

The best developer fonts

-

40+ patched and ready to use programming fonts

+

{{ site.metrics.fonts }}+ patched and ready to use programming fonts

Preview of Patched Fonts @@ -152,7 +152,7 @@ style: container

Font Patcher Script

Create your own customized patched fonts

Use the provided FontForge Python Script to patch your own font or to generate over -1.2 million unique combinations/variations (more details).

You can even specify a custom symbol font with the --custom option to include even more glyphs. +{{ site.metrics.combinations }} unique combinations/variations (more details).

You can even specify a custom symbol font with the --custom option to include even more glyphs.

Show Font Patcher CLI