• Resolved DT Nguy?n

    (@kuldokk)


    Is it possible to change the default coursepress plugin’s font? Because the default one is not compatible with my language (Vietnamese).

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jdailey

    (@jdailey)

    Could you let us know which font you are looking to change? The front uses whatever font your theme is using. Are you looking to change the PDF report, certificate, front pages or the WP admin area? We only change the font according to what is set at settings for PDF report.

    Thread Starter DT Nguy?n

    (@kuldokk)

    Thank you for your reply. I’m using the default coursepress theme. I’m looking for away to change the font in course structure.
    Course structure font

    Plugin Author jdailey

    (@jdailey)

    Sorry for the delay. You can edit the theme’s style.css and replace Lato with a font that works for you.

    If you want to add a different Google font, eg Raleway you will need to register it by adding it to the functions.php file:

    wp_register_style(
                'google_fonts_raleway',
                '//fonts.googleapis.com/css?family=Raleway:300,400'
            );
            wp_enqueue_style( 'google_fonts_raleway' );

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change default plugin’s font’ is closed to new replies.