How do I add this custom font to my pages?

@font-face {
font-family: ‘Objectivity’;
font-style: normal;
font-weight: 400;
src: local(‘Objectivity’), url(‘https://fonts.cdnfonts.com/s/18151/Objectivity-Regular.woff’) format(‘woff’);
}

using this in css to add objectivity font to my pages . but this is not working

please help

what framework?

Did you also add the fonts in the custom fonts tab on the left sidebar?

yes

the font is not visible on all machines when tested

beta.domyshoot.com

thats the website we are building

It seems to be visible to me:

yes but it is not showing on all systems.

Which operating systems/browsers? We just need to know how to reproduce the issue

it shows a serif font in place of objectivity on some systems (where objectivity is not installed)

I don’t think I have objectivity installed, it was loaded over the network as identified in the Chrome developer tools showing in the screenshot

One more thing to check, is this anything specific to plasmic, or an issue with the website? Are you able to get any page to work with that font on those systems experiencing the issue?

the entire site is made on plasmic as of now. we have not installed plasmic in our stack

Anyway, see my question above - if you can let us know which specific devices you’re seeing this on, or if you can reproduce it with a specific OS/browser combo on browserstack.com, we will be able to debug it, but we’re in the dark at the moment…