chicago-brick
chicago-brick copied to clipboard
font in the client html stylesheet can break modules if you have bad connectivity
i was on the train and watching chrome wait for the font in client/index.html
pretty often, the module (any of my p5 modules) would kick off and be borked until that font loaded. I'm assuming some asynchronous stuff is happening before everything is set up. Removing that font clears up the intermittent issue, though.
Okay, with the tag in the
(as this is set up now), the font does not block the initial rendering, afaict. Can you give me a Network HAR archive or a screenshot of the network control panel so I can see this for myself?
Pushing this to 0.1.3 to get a clean release for 0.1.2.