-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
allfont.pug
28 lines (27 loc) · 818 Bytes
/
allfont.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
doctype html
html
head
title Strip Folding Font
script(type="text/javascript", src="node_modules/@svgdotjs/svg.js/dist/svg.min.js")
script(type="text/javascript", src="strip.js")
script(type="text/javascript", src="allfont.js")
style
:stylus
.w-100
width: 100%
.text-left
text-align: left
.text-right
text-align: right
.align-middle
vertical-align: middle
<!--#include virtual="../../analytics.html"-->
body
table.w-100
tr
td.text-left.align-middle
h1
a(href="./") Strip Folding Font
td.text-right.align-middle
h2 by <a href="https://erikdemaine.org/">Erik Demaine</a> and <a href="https://martindemaine.org">Martin Demaine</a>, 2017
#surface.w-100