Title: Changing typeface on slider
Last modified: August 31, 2016

---

# Changing typeface on slider

 *  Resolved [luisadigi](https://wordpress.org/support/users/luisadigi/)
 * (@luisadigi)
 * [10 years ago](https://wordpress.org/support/topic/changing-typeface-on-slider/)
 * Trying to change the typeface on the scroller on this website <a [http://cselin.com/wpedge19](http://cselin.com/wpedge19).
   This is the custom css I’m using:
 *     ```
       @import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
       #agama_slider h2.slide-title {
       	.	     font-family: 'Pinyon Script', cursive;
       	.	     font-size: 46px;
       	.	     color: #fff;
       }
       ```
   
 * Any ideas what I’m doing wrong?

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

 *  [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * (@jerryscg)
 * [10 years ago](https://wordpress.org/support/topic/changing-typeface-on-slider/#post-7338852)
 * Try with !important parameter:
 *     ```
       #agama_slider h2.slide-title {
       font-family: 'Pinyon Script', cursive !important;
       font-size: 46px !important;
       color: #fff !important;
       }
       ```
   
 * Regards
 *  Thread Starter [luisadigi](https://wordpress.org/support/users/luisadigi/)
 * (@luisadigi)
 * [10 years ago](https://wordpress.org/support/topic/changing-typeface-on-slider/#post-7338910)
 * Hi Jerryscg,
 * I tried that, but it doesn’t seem to work 🙁 Any other ideas???
 * Diky 🙂

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

The topic ‘Changing typeface on slider’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [luisadigi](https://wordpress.org/support/users/luisadigi/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/changing-typeface-on-slider/#post-7338910)
 * Status: resolved