We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d830144 commit 479ca25Copy full SHA for 479ca25
rough.js.patch
test.sh
@@ -8,7 +8,7 @@ INDEX=$OUT/index.html
8
rm -rf $OUT/* && mkdir -p $OUT
9
cp vivus*.js *.ttf $OUT/
10
exec 3>&1 1>$INDEX
11
-echo "<html><head><style>svg {border: 1pt solid black; vertical-align: top;}</style></head><body>"
+echo "<html><head><style>svg {border: 1pt solid black; vertical-align: top;} @font-face {font-family: "xkcd Script"; src: url('./xkcd-script.ttf');}</style></head><body>"
12
13
BASENAMES=()
14
for SOURCE in examples/*.a2s; do
0 commit comments