Formloom 4 Custom Font Question

Is there anyone that has Formloom 4 and has a custom font set for there form and that could help me with trying to get it to work.

I’ve been told from Mike that it can be done, by putting in the code below in the css section but it does not seem to work.

@font-face {
font-family: ‘neo-latina’;
/* IE9 Compat Modes /
src: local(‘neo-latina’)
, url(’…/resources/fonts/neo-latina.ttf’) format(‘truetype’) / Safari, Android, iOS */
, url(’…/resources/fonts/neo-latina.otf’) format(‘opentype’)
;
font-stretch: normal;
font-weight: normal;
font-style: normal;
}

I’m also not sure if anything like the url paths need to be adjusted, and in the style setting should the font look like this “neo-latina” or ‘neo-latina’ this?

Hope someone can help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.