6 <p>This is a listing of all fonts available from the
<a href=
"{{ site.taps.cask.remote }}">{{ site.taps.cask.repository }} tap
</a> via the
<a href=
"https://brew.sh">Homebrew
</a> package manager for macOS.
</p>
8 <h2><a href=
"{{ site.baseurl }}/api/cask.json"><code>/api/cask.json
</code> (JSON API)
</a></h2>
11 {%- assign sorted_casks = site.data.cask | sort -%}
12 {%- for cask in sorted_casks -%}
13 {%- assign subfolder = cask[
1].ruby_source_path | slice:
6,
4 -%}
14 {%- if subfolder ==
"font" -%}
16 {%- assign data_token = cask[
0] -%}
17 {%- assign token = cask[
1].token -%}
18 {%- include cask.html data_token=data_token token=token -%}
23 <footer id=
"border-no-bottom">Last updated: {{
"today" | date:
"%F %R" }}
</footer>