Hello everyone,
I’ve an issue with one of my fonts, the heading one.
I’ve a custom font, not a Google Font. I’ve followed this documentation to import it : Use fonts in HubSpot
So I’ve on the top of my CSS one line :
@font-face { font-family: ‘Druk’; src: url(‘https://f.hubspotusercontent40.net/hubfs/7721299/Druk-Medium.otf’) format(‘eot’), url(‘your_font_file.woff’) format(‘woff’), url(‘your_font_file.ttf’) format(‘truetype’);}
And an other one below :
{% set heading_font_family = “Druk, Sans-serif” %} /* Heading Font */
like this :
![]()
But it’s still not working, I’ve the first screenshot on my chrome browser and the second is in every other browser (inclunding mine, inclunding in private nav)
The font I have on Chrome Desktop (Druk)
The font I have on every other desktop
You know how can I manage to have the Druk font on every H1 ?
Thanks a lot,
Pierre

