Iosevka/utility/generate-snapshot-page/templates/partial/matrix.ejs
2020-02-16 06:35:14 -08:00

13 lines
No EOL
352 B
Text

<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>