Thanks, it really help in reducing file size by huge amount, i also reduced Material Design Icons of UiX theme from 250kb to 8k only. now my page load even more fast in a second.
Super helpful, thank you both for the time and effort to get this working. A feature request - how can we serve these new files from a CDN? I tried and failed due to CORS.
That's probably beyond the scope of this guide. CORS can be really tricky. Usually, it requires you to configure the correct response headers from your web server. Make sure the "application/font-woff2" and "Access-Control-Allow-Origin" HTTP headers are being sent with the .woff2 files.