jerrywu69
Forum Replies Created
-
Hello @daanvandenbergh,
Sorry for later response since there are some difficulties to access the forum.
Anyway, the following screenshots might be much helpful for your debug, we have custom prex data base name, so I searched “caos_webfonts”:
Should you need more information for debug, please feel free to let me know.
Have a nice day.
Forum: Plugins
In reply to: [jQuery Updater] Feature request: CDN optionHello @ramoonus,
Any progress please?
We are eager to load js on local server, and thanks for your work.
Forum: Plugins
In reply to: [Self-Hosted Google Fonts] Several questionso….
- This reply was modified 7 years, 4 months ago by jerrywu69.
Forum: Plugins
In reply to: [jQuery Updater] Feature request: CDN optionHello @lovememore,
The best solution would be to load from CDN with a local fallback like HTML5Boilerplate and Bootstrap does – something like this:
<script src=”https://code.jquery.com/jquery-3.3.1.min.js”></script>
<script>window.jQuery || document.write(‘<script src=”js/jquery-3.3.1.min.js”><\/script>’)</script>In this case, does that mean the webfont will work by this way? or it only reduce the delay please?
Thanks, and have a nice day.
- This reply was modified 7 years, 4 months ago by jerrywu69.