http2 now enabled on the server, so multiple http requests
are a bit more efficient for modern browsers
this will save a bit of bandwidth, at the expense of causing
additional delay on high latency connections:
someone on 500ms latency and using http1.1 basically has to
wait an extra half-second for the site to load
(however, that's only the first time, assuming their browser
caches the css file)
people who have the old global.css cached will see a very b0rked looking site.
this is a quick workaround for that, for people seeing the new site that
just launched