h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
strong {
    font-family: 'font'; /* A name you choose */
  src: url('font.otf') format('otf'),
       url('font.otf') format('otf'); /* Fallback formats */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Controls font loading behavior */
}