Typekit does not work with Live Link (*.ngrok.io)

No problem!

Here’s how I’d go about it:

  1. Enable the Live Link in Local
  2. Browse to the site’s app/public/wp-content/mu-plugins directory and rename local-by-flywheel-demo-urls.php to something else so it’s not automatically deleted after the Live Link is disabled.
  3. Disable the Live Link
  4. Sign up for a paid version of ngrok (Basic should do the trick)
  5. Download and authenticate ngrok
  6. Create a new tunnel with ngrok. See Overview | ngrok documentation. The command will look something like
ngrok -subdomain=whateveryouwant http some-local-site.local:80 -host-header=some-local-site.local
1 Like