Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #17520
    mediadoc
    Member
    Post count: 7

    Hi, I should add a new font (Vegur) among the “standard font” in the “Font Option” page of the “Theme Option” menu. How can I do?
    Thanks a lot.
    Stefano

    #17827
    Melanie – SUPPORT
    Member
    Post count: 11032

    In the file sf-options.php you can find code like such

        						'options' => array(
        										'Arial' => 'Arial',
        										'Courier New' => 'Courier New',
        										'Georgia' => 'Georgia',
        										'Helvetica' => 'Helvetica',
        										'Lucida Sans' => 'Lucida Sans',
        										'Lucida Sans Unicode' => 'Lucida Sans Unicode',
        										'Myriad Pro' => 'Myriad Pro',
        										'Palatino Linotype' => 'Palatino Linotype',
        										'Tahoma' => 'Tahoma',
        										'Times New Roman' => 'Times New Roman',
        										'Trebuchet MS' => 'Trebuchet MS',
        										'Verdana' => 'Verdana'

    you can try adding your font by following the same structure as used for the other fonts.

    Cheers

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 one of the following items
Login and Registration Log in · Register