1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00

Updates and centralizes statistics

This commit is contained in:
Ryan L McIntyre 2020-02-01 09:31:49 -08:00
parent 5396d14114
commit a58fb5d78a
2 changed files with 7 additions and 3 deletions

View File

@ -22,6 +22,10 @@ favicon: "assets/img/favicon.ico"
touch_icon: "assets/img/apple-touch-icon.png" touch_icon: "assets/img/apple-touch-icon.png"
google_analytics_key: "UA-91070609-1" google_analytics_key: "UA-91070609-1"
current_version: 2.1.0 current_version: 2.1.0
metrics:
icons: 3,600
fonts: 50
combinations: 1.4 million
### template colors, used site-wide via css ### ### template colors, used site-wide via css ###

View File

@ -15,7 +15,7 @@ style: container
<div class="col-xs-12 col-md-6 col-lg-6 d-flexx"> <div class="col-xs-12 col-md-6 col-lg-6 d-flexx">
<div class="feature-section"> <div class="feature-section">
<h2>All the icons!</h2> <h2>All the icons!</h2>
<h3>1,600+ icons combined from popular sets</h3> <h3>{{ site.metrics.icons }}+ icons combined from popular sets</h3>
<div class="row"> <div class="row">
<!-- <div class="col-sm-12 col-md-8 col-lg-8"> --> <!-- <div class="col-sm-12 col-md-8 col-lg-8"> -->
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3"> <div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
@ -58,7 +58,7 @@ style: container
<div class="col-xs-12 col-md-6 col-lg-6"> <div class="col-xs-12 col-md-6 col-lg-6">
<div class="feature-section"> <div class="feature-section">
<h2>The best developer fonts</h2> <h2>The best developer fonts</h2>
<h3>40+ patched and ready to use programming fonts</h3> <h3>{{ site.metrics.fonts }}+ patched and ready to use programming fonts</h3>
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3"> <div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
<div> <div>
<img src="/assets/img/nerd-fonts-patched-fonts.svg" alt="Preview of Patched Fonts"> <img src="/assets/img/nerd-fonts-patched-fonts.svg" alt="Preview of Patched Fonts">
@ -152,7 +152,7 @@ style: container
<h2>Font Patcher Script</h2> <h2>Font Patcher Script</h2>
<h3>Create your own customized patched fonts</h3> <h3>Create your own customized patched fonts</h3>
<p>Use the provided <a href="https://github.com/ryanoasis/nerd-fonts#font-patcher">FontForge Python Script</a> to patch your own font or to generate over <p>Use the provided <a href="https://github.com/ryanoasis/nerd-fonts#font-patcher">FontForge Python Script</a> to patch your own font or to generate over
<strong><code class="highlighter-rouge">1.2 million</code></strong> unique combinations/variations <small><a href="https://github.com/ryanoasis/nerd-fonts#combinations">(more details)</a></small>.<br/><br/>You can even specify a custom symbol font with the <strong><code class="highlighter-rouge">--custom</code></strong> option to include even more glyphs. <strong><code class="highlighter-rouge">{{ site.metrics.combinations }}</code></strong> unique combinations/variations <small><a href="https://github.com/ryanoasis/nerd-fonts#combinations">(more details)</a></small>.<br/><br/>You can even specify a custom symbol font with the <strong><code class="highlighter-rouge">--custom</code></strong> option to include even more glyphs.
</p> </p>
<details> <details>
<summary>Show Font Patcher CLI</summary> <summary>Show Font Patcher CLI</summary>