Subsetting webfonts for better performance
I implemented webfonts subsetting to drastically reduce their weight. Until now, they were being loaded completely, which was relatively useless. Now, only the characters actually used are loaded, which made performance skyrocket.
Concrete result: the Chrome Lighthouse performance score jumped from 76 to 94 points.

Next step: aiming for 100%!