Tagged: 

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

    HI there,

    I want to use an alternative Google font which is not listed admin options – is there a way to add Ropa Sans to the list or do I need to put some custom CSS.

    #127093

    Hi,

    Edit admin > includes > register-admin-options.php, find this code on line 277.

    'Yellowtail'=>'Yellowtail',

    Below, add this code.

    'Ropa Sans'=>'Ropa Sans',

    Go to Theme Options > Styling > Heading Font, select Ropa Sans.

    You can apply the font on your custom.css.

    h1, h2, h3, h4, h5, h6, p {
    font-family: "Ropa Sans", Times New Roman, Helvetica, Arial, sans-serif;
    }

    Regards,

    Ismael

    #127094

    Thanks – fixed

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to use other fonts’ is closed to new replies.