html

  @font-face {
    font-family: 'Gogol';
    src: url('https://ваш-сайт.tilda.ws/files/gogol.woff2') format('woff2'),
         url('https://ваш-сайт.tilda.ws/files/gogol.woff') format('woff'),
         url('https://ваш-сайт.tilda.ws/files/gogol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* Класс для применения шрифта к элементам */
  .font-gogol {
    font-family: 'Gogol', sans-serif !important;
  }
</style>