CSS & googlefont

I've assigned attributes in one onlt button of the menu:

#Top_bar .dt-my-button a {
font-family: 'Pacifico', cursive!important;
  font-size: 18px;
font-weight: 400;
}

it works very well for font-size, weight and color but not for family-font! I've tried many times and different fonts... il works using Lato, Roboto, Quiksand, and more but not using other ones as Pacifico, Indie Flower, Satisfy etc. I need an handwriting one.

I've tried also:

#Top_bar .dt-my-button a {
font-family: Pacifico, cursive!important; [with or withour ,cursive or !important...]
  font-size: 18px;
font-weight: 400;
}

 but doesn't work...
any ideas?
THANKS

www.manoebags.com

Comments

Sign In or Register to comment.