Closed mdocter closed 11 years ago
Thanks for pointing out the missing search mention. I will put this in the bucket for the next release.
As for the font loading, I explicitly used their "async loading" instructions to hopefully async load of the font, and if it fails, it just will be the default fallback font. It should not be locking up the browser. Perhaps if this is in firebug or some browser dev tools with "stop on error" turned on, it freezes there? Maybe I just have the async stuff set up wrong.
I would like to figure out the cause of the issue, as I expect it is a general one, and one not want to go back to images for that sort of thing. So if you have more details on that (what browser, anything weird in the network tab/script errors) I would appreciate it.
Hi James,
Sorry for the late response. I used Google Chrome Version 23.0.1271.95 m and I didn't have any developer tools / debugging enabled. It just blocks Chrome sometimes, but not consistently.
Grtz,
Maarten Docter
On Tue, Dec 11, 2012 at 6:30 PM, James Burke notifications@github.comwrote:
Thanks for pointing out the missing search mention. I will put this in the bucket for the next release.
As for the font loading, I explicitly used their "async loading" instructions to hopefully async load of the font, and if it fails, it just will be the default fallback font. It should not be locking up the browser. Perhaps if this is in firebug or some browser dev tools with "stop on error" turned on, it freezes there? Maybe I just have the async stuff set up wrong.
I would like to figure out the cause of the issue, as I expect it is a general one, and one not want to go back to images for that sort of thing. So if you have more details on that (what browser, anything weird in the network tab/script errors) I would appreciate it.
— Reply to this email directly or view it on GitHubhttps://github.com/volojs/volo/issues/117#issuecomment-11253360.
Decided to keep the home page fairly simple, but I can see over time I may need to point people to the volo -h
command.
Hi James,
I noticed that the website isn't mentioning the 'search' command at all. I accidentally found it in the GitHub repo. Maybe some other stuff needs to be added too?
I also noticed the the fancy font you are using for the header 'volo' word, loaded by the typekit script, is blocking my browser. So I would suggest to remove it or change the header logo in a single image or something.
Kind regards,
Maarten