Hacker News new | ask | show | jobs
by HL33tibCe7 970 days ago
Can the author not simply include the necessary fonts on his site?
1 comments

I only read the article once, but to me it seemed like this was an explicit requirement: produce a vector artifact that renders the same on all platforms without dependencies (basically a PDF?) and without invoking a browser in the build process.

Sort of like folks would praise Go's ability to compile a static binary without dylib dependencies besides libc.