CMS Development

DavidFJones
Miembro | Partner nivel Platinum
Miembro | Partner nivel Platinum

otf Font Import and use

resolver

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.

0 Me gusta
1 Soluciones aceptada
Kevin-C
Solución
Experto reconocido | Partner
Experto reconocido | Partner

otf Font Import and use

resolver

Hey @DavidFJones 

 

How are you implementing the fonts? @font-face or Another method?

 

Edit:

Maybe there are insights to be gained from this post?

Kevin Cornett - Sr. Solutions Architect @ BridgeRev

Ver la solución en mensaje original publicado

0 Me gusta
6 Respuestas 6
SoporteAM
Miembro

otf Font Import and use

resolver

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.

0 Me gusta
isleybear
Miembro

otf Font Import and use

resolver

Any errors in your browser console?

DavidFJones
Miembro | Partner nivel Platinum
Miembro | Partner nivel Platinum

otf Font Import and use

resolver

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
0 Me gusta
Kevin-C
Solución
Experto reconocido | Partner
Experto reconocido | Partner

otf Font Import and use

resolver

Hey @DavidFJones 

 

How are you implementing the fonts? @font-face or Another method?

 

Edit:

Maybe there are insights to be gained from this post?

Kevin Cornett - Sr. Solutions Architect @ BridgeRev
0 Me gusta
DavidFJones
Miembro | Partner nivel Platinum
Miembro | Partner nivel Platinum

otf Font Import and use

resolver

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');}
Kevin-C
Experto reconocido | Partner
Experto reconocido | Partner

otf Font Import and use

resolver

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!

Kevin Cornett - Sr. Solutions Architect @ BridgeRev
0 Me gusta