@font-face {
font-family: 'Quattrocento';
font-style: normal;
font-weight: 400;
src: local('Quattrocento'), url(http://fonts.gstatic.com/s/qu... format('truetype');
}
@font-face {
font-family: 'Quattrocento';
font-style: normal;
font-weight: 700;
src: local('Quattrocento Bold'), local('Quattrocento-Bold'), url(http://fonts.gstatic.com/s/qu... format('truetype');
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
如果某些字无法定义成指定字体样式,那么这段文字就用本地的指定字体所代替
恩,我也是翻的
感觉你第二个写法怪怪的,不应该是 font-style:bold吗?