Eliminate generated files

This commit is contained in:
be5invis 2020-08-13 19:56:16 -07:00
parent 4a3038363d
commit 676f0cee76
19 changed files with 61 additions and 1805 deletions

View file

@ -0,0 +1,13 @@
<section id="matrix">
<%_ for(const cl of ["sans", "slab"]) { _%>
<div class="<%= cl %>">
<%_ for(const sl of ["upright", "italic", "oblique"]) { _%>
<row class="<%= sl %>">
<%_ for(const weight of weights) { _%>
<%_ _%><span class="wght-<%= weight %>">Mag</span><%_ _%>
<%_ } _%>
</row>
<%_ } _%>
</div>
<%_ } _%>
</section>