Skip to content

Commit 0e06ccf

Browse files
committed
Add chip for fonts, otherwise they're really hard to find
1 parent e867ff5 commit 0e06ccf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

android.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<label class="chip tooltip" filterid="ram" data-tooltip="Apps that don't save anything to flash memory">Online</label>
8686
<label class="chip tooltip" filterid="clkinfo" data-tooltip="Info displayed on clocks, or clocks with info">Clock Info</label>
8787
<label class="chip tooltip" filterid="health" data-tooltip="Apps for your health">Health</label>
88+
<label class="chip tooltip" filterid="fonts" data-tooltip="Extra fonts for non-latin languages">Fonts</label>
8889
<label class="chip tooltip" filterid="favourites" data-tooltip="Apps that you've liked ❤️">Favourites</label>
8990
</div>
9091
<div class="sort-nav hidden">

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<label class="chip tooltip" filterid="ram" data-tooltip="Apps that don't save anything to flash memory">Online</label>
8686
<label class="chip tooltip" filterid="clkinfo" data-tooltip="Info displayed on clocks, or clocks with info">Clock Info</label>
8787
<label class="chip tooltip" filterid="health" data-tooltip="Apps for your health">Health</label>
88+
<label class="chip tooltip" filterid="fonts" data-tooltip="Extra fonts for non-latin languages">Fonts</label>
8889
<label class="chip tooltip" filterid="favourites" data-tooltip="Apps that you've liked ❤️">Favourites</label>
8990
</div>
9091
<div class="sort-nav hidden">

0 commit comments

Comments
 (0)