Web
Blocking vs non-blocking fonts
Just the other day I found out about the font-display: swap;
css directive. It basically allows you to configure the browser to load the webpage
first and then add the correct fonts when they are load...
Tobias Nyholm