Eliminate generated files
This commit is contained in:
parent
4a3038363d
commit
676f0cee76
19 changed files with 61 additions and 1805 deletions
13
snapshot-src/templates/partial/matrix.ejs
Normal file
13
snapshot-src/templates/partial/matrix.ejs
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue