Remove google font

  • Posted in : Responsy WP
  • tobyholman
    Participant

    Hi

    Is it possible to totally replace any request to pick out a google font? We’re having some difficulty with filtering at work at the moment and the external request to ‘//fonts.googleapis.com/css….’ is slowing [stopping] our page from loading.

    Could you tell me how to replace the google font request and replace this with the font ‘Arial’

    Cheers

    Toby

    Mehmet S.
    Keymaster

    Hi,

    – go to: Appearance > Editor > functions.php

    – find:

    wp_enqueue_style( 'opensans' );
    wp_enqueue_style( 'opensanscondensed' );
    

    – remove them.

    Thanks

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

The forum ‘Responsy WP’ is closed to new topics and replies.