[Resolved] How do I add a non-Google font — Neuropol?

Home Forums Support [Resolved] How do I add a non-Google font — Neuropol?

Home Forums Support How do I add a non-Google font — Neuropol?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #133660
    Richard

    Hi Tom,

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

    Thanks.

    Dick Robinson

    #133676
    Tom
    Lead Developer
    Lead Developer

    You’ll have to use CSS.

    Is that a web font? If so, you’ll have to use @font-face: https://css-tricks.com/snippets/css/using-font-face/

    Let me know if you need more info 🙂

    #204289
    Ahmad

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.