Font was loaded from a relative path, now absolute path.
The typographic apostrophe used in LaTeX source code doesn’t translate
well to PDF, so I made sure every typographic apostrophe gets
translated to a regular one so LaTeX isn’t panicking.
langue.phundrak.com now runs using the `webdev` tool from Dart.
Javascript code has been replaced with Dart code, and CSS code has
been replaced with SCSS code. To run the project, execute
`webdev serve` at the project’s root.