Title: Use Custom Font (Custom CSS Question)
Last modified: November 20, 2017

---

# Use Custom Font (Custom CSS Question)

 *  Resolved [2ysub2ysur](https://wordpress.org/support/users/2ysub2ysur/)
 * (@2ysub2ysur)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/use-custom-font-custom-css-question/)
 * The website I am working on uses a custom font added with @font-face in the theme’s
   CSS file. I want to use this font on the pop-up, too, however I am not able to
   get it to work.
 * – I have tried adding the @font-face CSS to the custom CSS box in the plugin.
   Doesn’t work.
 * – I have also tried just using the name of the font, without the @font-face CSS
   added to the plugin’s Custom CSS area. Doesn’t work either.
 * Any input would be appreciated. Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/use-custom-font-custom-css-question/#post-9706088)
 * Hey [@2ysub2ysur](https://wordpress.org/support/users/2ysub2ysur/),
 * Hope you’re well.
 * If you are using custom content can you add and try this custom CSS;
 *     ```
       .wph-modal.wph-modal-container .wph-modal--content h2, .wph-modal.wph-modal-container .wph-modal--content section *{font-family: 'Pacifico', cursive !important;}
       ```
   
 * If you are using Email opt-in can you add and try this custom CSS;
 *     ```
       .wpoi-hustle .wpoi-optin *{font-family: 'Pacifico', cursive !important;}
       ```
   
 * Please be sure about your theme loaded necessary font correctly and change font
   names to proper name.
 * I hope that helps!
 * Cheers,
    Oguz
 *  Thread Starter [2ysub2ysur](https://wordpress.org/support/users/2ysub2ysur/)
 * (@2ysub2ysur)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/use-custom-font-custom-css-question/#post-9712298)
 * Hi there,
 * Thanks for your response. Unfortunately, that’s not working for me. The webfont
   still isn’t being loaded (so, in your example, Pacifico is not being used – it
   defaults to just ‘cursive’).
 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/use-custom-font-custom-css-question/#post-9714040)
 * Hey [@2ysub2ysur](https://wordpress.org/support/users/2ysub2ysur/),
 * You need to first load font differently. For my test site I added font import
   code to Customization > Additional CSS like this;
 * Then I added codes to Hustle Custom CSS area like this;
 * After that steps, it should work unless you are using any caching plugin. If 
   you are using, try clearing caches.
 * Cheers,
    Oguz
 *  [jdailey](https://wordpress.org/support/users/jdailey/)
 * (@jdailey)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/use-custom-font-custom-css-question/#post-9744594)
 * Thank you for using Hustle. I am going to close this topic for now. If the font
   is still not showing correctly we can reopen the thread.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Use Custom Font (Custom CSS Question)’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

## Tags

 * [Custom Font](https://wordpress.org/support/topic-tag/custom-font/)

 * 4 replies
 * 3 participants
 * Last reply from: [jdailey](https://wordpress.org/support/users/jdailey/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/use-custom-font-custom-css-question/#post-9744594)
 * Status: resolved