font-display: swap; in your CSS code tells the browser to use the default font when the desired font is not available immediatly. As soon as it's available, the browser swaps the font.
font-display: swap;
You can change it to
font-display: block;