@font-face {
  /* 自定义的字体名字 */
  font-family: 'companyFont';
  /*本地的字体地址*/
  src: url('../font/OPPOSans-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 自定义的字体名字 */
  font-family: 'companyFont2';
  /*本地的字体地址*/
  src: url('../font/Poppins-Black_mianfeiziti.com.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'companyFont';
  scroll-behavior: smooth;
}