Jump to content

New font on slider revolution ?


KatsanKat

Recommended Posts

Hi everyone, 
 
I'm on Prestashop 1.6 and I use the Warehouse theme.
I have a slider in my home page. I use the Slider Revolution module and I want a button with a personal font (bebas neue regular).
I have tried to upload the files in “themes/warehouse/fonts/” and to put it in “themes/warehouse/css/global.css” like this :
 
 

@font-face {
  font-family: 'bebasneue_regular';
  src: url("../fonts/bebasneue.eot");
  src: url("../fonts/bebasneue.eot?#iefix-l0rvkg") format("embedded-opentype"), url("../fonts/bebasneue.woff") format("woff"), url("../fonts/bebasneue.ttf") format("truetype"), url("../fonts/bebasneue.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'warehousefont';
  src: url("../fonts/warehousefont.eot");
  src: url("../fonts/warehousefont.eot?#iefix-l0rvkg") format("embedded-opentype"), url("../fonts/warehousefont.woff") format("woff"), url("../fonts/warehousefont.ttf") format("truetype"), url("../fonts/warehousefont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="wicon-"], [class*=" wicon-"] {
  font-family: 'warehousefont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

 
but even if I refresh my page, my font doesn't appear in the font selector :

663902Capturedecran20160803a164648.png

 

 

Any idea how can I solve tis problem ?
Thanks for the answers :) 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...