I want to import the Poppins Google Font in my website to use internal font and to use the option font-display: swap; (for best PageSpeed score).
Actually I'm using this code into css:
@import url("//fonts.googleapis.com/css?family=Poppins:400,500,600,700");
This contains all font-weight.. To import all fonts weight I need to download and upload all woff2 manually?