标签: fonts local google-fonts
我想在我的网站中导入 Poppins Google字体以使用内部字体,并使用 font-display:swap; 选项(为了获得最佳的 PageSpeed 得分)。
实际上我正在将此代码用于 css :
@import url("//fonts.googleapis.com/css?family=Poppins:400,500,600,700");
其中包含所有 font-weight 。要导入所有字体的权重,我需要手动下载和上传所有 woff2 吗?