Skip to content
// 在文件开头添加
@font-face {
font-family: 'SpecialGothicExpandedOne-Regular.woff2';
src: url('//www.kootubike.com/cdn/shop/t/20/assets/SpecialGothicExpandedOne-Regular.woff2?5897') format('woff2');
font-weight: normal; //
font-style: normal;
}
@font-face {
font-family: 'SpecialGothicExpandedOne-Regular';
src: url('//www.kootubike.com/cdn/shop/t/20/assets/SpecialGothicExpandedOne-Regular.woff2?5897') format('woff2');
font-weight: bold; //
font-style: normal;
}
// 应用字体到相应元素
body {
font-family: 'SpecialGothicExpandedOne-Regular', sans-serif;
}
h1 {
font-family: 'SpecialGothicExpandedOne-Regular', sans-serif;
font-weight: bold; //
}