M Makefile +2 -2
@@ 13,7 13,7 @@ fonts.css: \
font/Charter/regular.woff2 \
font/Charter/italic.woff2 \
font/Charter/bold-italic.woff2 \
- font/Anonymous\ Pro/regular.woff2
+ font/AnonymousPro/regular.woff2
(cd font; ../base64_css_fonts.sh \
Charter/regular.woff2 \
Charter/italic.woff2 \
@@ 33,7 33,7 @@ clean:
-rm -rf 20[1-9]*.html index.html feed.atom 20[1-9]*/ style.css fonts.css
release: scratchpad style.css
- scp -C scratchpad style.css henry@henry.precheur.org:/var/www/${DOMAIN}/scratchpad/
+ scp -C scratchpad style.css henry@mail.precheur.org:/var/www/htdocs/${DOMAIN}/scratchpad/
scratchpad: glide
go build 'hg.sr.ht/~henryprecheur/scratchpad'
M font/Anonymous Pro/regular.woff2 => font/AnonymousPro/regular.woff2 +0 -0
M style.css.in +1 -1
@@ 10,7 10,7 @@ body {
body > * { margin: 0.2em 1em }
p { line-height: 145% }
code, kbd, pre, samp {
- font-family: 'Anonymous Pro', monospace;
+ font-family: 'AnonymousPro', monospace;
font-style: normal;
}
pre {