We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jul 31, 2020 5:48 PM
Hey everyone,
I'm trying to add a custom font provided by a client to a few pages, and I'm wondering if the otf font format is supported?
I've followed this guide - https://knowledge.hubspot.com/cos-general/use-custom-fonts-on-blog-posts-or-pages#:~:text=your%20hos...
but can't seem to get the font to show on my page.
Solved! Go to Solution.
Aug 3, 2020 5:40 PM - edited Aug 3, 2020 5:41 PM
Mar 12, 2022 1:46 PM
Can someone help me find out how to import custom fonts to Hubspot (for landing pages and marketing emails?) My email is soporte@andresmorera.com
Thanks.
Jul 31, 2020 6:22 PM
Any errors in your browser console?
Aug 3, 2020 5:37 PM
I have an XMLHttpRequest CORS error and and api get error, but nothing that I can see related to fonts.
Errors:
Access to XMLHttpRequest at 'https://cp.hubspot.com/content-tools-menu/api/v1/tools-menu/permissions?portalId=xxxxxxx' from origin 'https://preview.hs-sites.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET https://cp.hubspot.com/content-tools-menu/api/v1/tools-menu/permissions?portalId=xxxxxxx net::ERR_FAILED
Aug 3, 2020 5:40 PM - edited Aug 3, 2020 5:41 PM
Aug 3, 2020 5:47 PM
Wow. So while reading the post you linked to, I found out the issue was that I was trying to call my font face file type using "otf" instead of "opentype".
Thanks for the help!
For reference, what my code looks like is as follows -
@font-face { font-family: 'DINNextRoundedLTPro-Regular'; src: url('https://xxxxxxx.com/fonts/Linotype%20-%20DINNextRoundedLTPro-Regular.otf') format('opentype');}
Aug 3, 2020 5:53 PM - edited Aug 3, 2020 5:54 PM
The absolute bane of working with font formats!
I hope we'll see the browser make that decsion on it's own in the very near future!
Glad it helped!