@for (col of sortableColumns; track col.field) { } @for (store of db.stores(); track store.id) { } @empty { }
{{ col.label }} @if (db.sortColumn() === col.field) { {{ db.sortDirection() === 'ASC' ? 'arrow_upward' : 'arrow_downward' }} }
{{ store.full_name || store.file_name }} {{ store.font_family }} {{ store.font_subfamily }} {{ store.file_type }} {{ store.file_size_pretty }} {{ store.version }} {{ store.designer }} {{ store.favorite ? '♥' : '♡' }} folder_open open_in_new
Select a collection to view fonts
@if (db.totalPages() > 1) {
{{ db.currentPage() }} / {{ db.totalPages() }}
{{ db.storeCount() }} fonts
}