Serve web fonts with our own CDN rather than Google's CDN.
This improves the download speed for fonts (dns lookups, reusing tcp
connection with http/2, cache efficiency)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
The grid col templates weren't working correctly, switched to flexbox to
make it easier to understand and work better on smaller screens.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>