@font-face {
  font-family: 'MyFontF'; 
  src: url('font1.woff2') format('woff2');
  font-weight: normal; 
  font-style: normal; 
  font-display: swap;
}
@font-face {
  font-family: 'MyFontF2'; 
  src: url('font2.woff2') format('woff2');
  font-weight: normal; 
  font-style: normal; 
  font-display: swap;
}
@font-face {
  font-family: 'MyFontF3'; 
  src: url('font3.woff2') format('woff2');
  font-weight: normal; 
  font-style: normal; 
  font-display: swap;
}