@font-face {
  font-family: 'Inter-Bold'; 
  src: url('../fonts/newfont/Inter-Bold-4.woff2') format('woff2'), /* 优先使用woff2 */
        url('../fonts/newfont/Inter-Bold-4.otf') format('opentype'), /* 其次使用otf */
  font-weight: normal; /* 字体粗细 */
  font-style: normal; /* 字体样式 */
}
@font-face {
  font-family: 'Inter-Light'; 
  src: url('../fonts/newfont/Inter-Light-7.woff2') format('woff2'), /* 优先使用woff2 */
        url('../fonts/newfont/Inter-Light-7.otf') format('opentype'), /* 其次使用otf */
  font-weight: normal; /* 字体粗细 */
  font-style: normal; /* 字体样式 */
}
@font-face {
  font-family: 'Open-Sans-Bold'; 
  src: url('../fonts/newfont/Open-Sans-Bold.woff2') format('woff2'), /* 优先使用woff2 */
        url('../fonts/newfont/Open-Sans-Bold.ttf') format('truetype'), /* 其次使用ttf */
  font-weight: normal; /* 字体粗细 */
  font-style: normal; /* 字体样式 */
}
@font-face {
  font-family: 'Open-Sans-Regular'; 
  src: url('../fonts/newfont/Open-Sans-Regular.woff2') format('woff2'), /* 优先使用woff2 */
        url('../fonts/newfont/Open-Sans-Regular.ttf') format('truetype'), /* 其次使用ttf */
  font-weight: normal; /* 字体粗细 */
  font-style: normal; /* 字体样式 */
}