This PR makes a handful of small refinements to the style, mostly related to typography, color, and spacing.
Nunito Sans was added as a default font, to give the template a little more character
highlight.js handling was changed slightly, only importing those languages that are needed in main.js, to keep the bundle size down (this reduced it by about 400%). We should include a note in the docs about syntax highlighting. I'm not crazy about the color scheme for the code blocks, but I'm also not sure I want to go down the road of making a new one :)
Various other small tweaks here and there, and some code style updates now that prettier.js is in charge
This PR makes a handful of small refinements to the style, mostly related to typography, color, and spacing.
highlight.js
handling was changed slightly, only importing those languages that are needed inmain.js
, to keep the bundle size down (this reduced it by about 400%). We should include a note in the docs about syntax highlighting. I'm not crazy about the color scheme for the code blocks, but I'm also not sure I want to go down the road of making a new one :)