Site logo

Archived topic

How do I add a non-Google font -- Neuropol?

2 replies · Started by Richard on September 1, 2015

Viewing posts 1–3 of 3

Hi Tom,

How do I add a non-Google font -- Neuropol -- for a header? I have GP Premium.

Thanks.

Dick Robinson

// IN CSS :
@font-face {
font-family:"Neuropol";
src: url('http://intern-dev.obrary.com/configurator-fonts/neuropob.ttf');
}
--------------------------------------------------
element {
font-family: Neuropol, sans-serif;

This archived topic is closed to new replies.