Rename charter dir to Charter
6 files changed, 4 insertions(+), 0 deletions(-) M Makefile M font/charter/bold-italic.woff2 => font/Charter/bold-italic.woff2 M font/charter/bold.woff2 => font/Charter/bold.woff2 M font/charter/italic.woff2 => font/Charter/italic.woff2 M font/charter/regular.woff2 => font/Charter/regular.woff2 M template.go
M Makefile +3 -0
@@ 18,6 18,9 @@ log: style.css: style.css.in normalize.css cat normalize.css style.css.in > style.css +fonts.css: font/charter/regular.woff2 + (cd font; ../base64_css_fonts.sh charter/regular.woff2) > fonts.css + serve: all # create links to deps for i in 20[1-9]*/; do \
M font/charter/bold-italic.woff2 => font/Charter/bold-italic.woff2 +0 -0
M font/charter/bold.woff2 => font/Charter/bold.woff2 +0 -0
M font/charter/italic.woff2 => font/Charter/italic.woff2 +0 -0
M font/charter/regular.woff2 => font/Charter/regular.woff2 +0 -0
M template.go +1 -0
@@ 11,6 11,7 @@ const ( <title>{{block "title" .}}Scratch pad{{end}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type='text/css' href="{{block "stylePrefix" .}}{{end}}style.css"> + <link rel="stylesheet" type='text/css' href="{{block "stylePrefix" .}}{{end}}fonts.css"> </head> <body> {{block "body" .}}{{end}}