该授权允许您将该字体用于商业目的而无须支付版权费用,例如广告设计、电商平台等。除非有特殊说明,否则不可将该字体用于商标、转售品或嵌入式用途。
1、inter
https://www.fonts.net.cn/font-36869881182.html?previewText=product
字体下载:
https://www.tpketang.com/code/20210921/inter-ui-regular.woff
https://www.tpketang.com/code/20210921/inter-ui-medium.woff
https://www.tpketang.com/code/20210921/inter-ui-bold.woff
使用效果:

2、Poppins
@font-face{
font-family: 'Poppins-Regular';
src: url('../font/Poppins-Regular.ttf');
}
@font-face{
font-family: 'Poppins-Light';
src: url('../font/Poppins-Light.ttf');
}
@font-face{
font-family: 'Poppins-Bold';
src: url('../font/Poppins-Bold.ttf');
}
@font-face{
font-family: 'Poppins-Medium';
src: url('../font/Poppins-Bold.ttf');
}