Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #4647
    matthm
    Member

    How can I ad other Google fonts to the theme font list?

     

    I would like to use the DIN TEXT PRO on my website…

    #4688
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I’d do it with custom CSS:

    @import url('http://googlefonturl');

    Then you would need to override our CSS for any element you want to use that font on. Example for a h1 heading:

    h1 {
      font-family: "Font Name" !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register