Closed jimrandomh closed 5 years ago
The deployed instance of GW in fact does request the hardcoded URLs, via a caching reverse proxy; they redirect to the modified URLs for cache-control reasons. So, the hardcoded URLs are correct, and function properly. However, I have now modified the font server to avoid unnecessary URL-encoding, to avoid confusion henceforth.
The actual reason is that some of the fonts are proprietary, so we can't legally allow them to be served to arbitrary sites. Reopening this because we should provide an option to use only free fonts at some point.
They do actually get served to arbitrary sites; if I adjust the URL schema in the code, they load.
Fixed in 32be8d63..477c560f
In
lw2.lisp
, there are some hardcoded URLs onfonts.greaterwrong.com
. These don't quite match the URLs that the deployed instance of greterwrong requests; they're off by one level of URL encoding, and don't work.