1This directory contains the "Daniel" hand drawn font.
2[Website](http://goodreasonblog.blogspot.com/p/fontery.html)
3
4It contains fonts in ttf format.
5	daniel.ttf   - Regular
6	danielbk.ttf - Black
7	danielbd.ttf - Bold
8
9The daniel bold font had a couple of mistakes
10	The backslash '\' character was drawn as a forward slash '/'.
11	The µ, π, Ω, ∂, ∏ and ∑ characters mapped to unrelated characters.
12	The , fi, fl were incorrectly mapped to 0xff00 though 0xff03.
13
14I (bramp) fixed the backslash issues by just flipping the character, and removed the other invalid mappings. This original font was saved as danielbd-original.ttf.
15
16Check out the test/font_test.html, to see all valid glyths.
17
18## Raphael
19For Raphael the TTF fonts were then converted to cufon format, using [this site](http://cufon.shoqolate.com/generate/).
20
21## Snap.svg
22Snap uses normal CSS styled fonts. In this case, I used [font squirell](http://www.fontsquirrel.com/tools/webfont-generator) to convert to daniel OTF fonts to WOFF/WOFF2 formats, which is supported across modern browsers.
23
24