Title: Change default plugin&#8217;s font
Last modified: March 4, 2017

---

# Change default plugin’s font

 *  Resolved [DT Nguy?n](https://wordpress.org/support/users/kuldokk/)
 * (@kuldokk)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/change-default-plugins-font/)
 * 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](https://wordpress.org/support/users/jdailey/)
 * (@jdailey)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/change-default-plugins-font/#post-8892216)
 * 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](https://wordpress.org/support/users/kuldokk/)
 * (@kuldokk)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/change-default-plugins-font/#post-8892415)
 * 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](https://wordpress.org/support/users/jdailey/)
 * (@jdailey)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/change-default-plugins-font/#post-8935856)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/coursepress_f7e9b6.svg)
 * [CoursePress Learning Management System](https://wordpress.org/plugins/coursepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/coursepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/coursepress/)
 * [Active Topics](https://wordpress.org/support/plugin/coursepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/coursepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/coursepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jdailey](https://wordpress.org/support/users/jdailey/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/change-default-plugins-font/#post-8935856)
 * Status: resolved