@font-face {
     font-family: 'YouSheBiaoTiHei-2';
     src: local('YouSheBiaoTiHei-2'),
         url('/webfont/YouSheBiaoTiHei-2.woff2') format('woff2'),
         url('/webfont/YouSheBiaoTiHei-2.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 
/*
Include an additional @font-face block for each font file in the family.
Change the font-weight and font-style value to match each font file
*/
@font-face {
     font-family: 'YouSheBiaoTiHei-2';
     src: local('YouSheBiaoTiHei-2'),
         url('/webfont/YouSheBiaoTiHei-2.woff2') format('woff2'),
         url('/webfont/YouSheBiaoTiHei-2.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'YouSheBiaoTiHei-2';
     src: local('YouSheBiaoTiHei-2'),
         url('/webfont/YouSheBiaoTiHei-2.woff2') format('woff2'),
         url('/webfont/YouSheBiaoTiHei-2.woff') format('woff');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
}