Tagged: ,

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

    Is it possible to add new font styles for the heading and body text? For example, if I want to use some other Google font for the body text than the already given ones, could I somehow do that?

    #130987

    Hi,

    You can use this plugin: http://wordpress.org/plugins/wp-google-fonts/

    You can also manually edit includes > admin > register-admin-options.php, go to lines 204-308. You can add Heading font after this code:

    'Yellowtail'=>'Yellowtail',

    and body font after this one:

    'Lora'=>'Lora',

    Regards,

    Ismael

    #130988

    Hi!

    Yes see https://kriesi.at/support/topic/new-custom-font

    Best regards,

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding new font styles’ is closed to new replies.