Jump to content

Cambiar tipografia menu superior (horizontal)


Black_Widow

Recommended Posts

Hola amigos, necesito ayuda para cambiar la fuente del menú superior. No es una fuente de google font.

 

descargue el archivo Bouncer.ttf que es la fuente que necesito usar.

 

agregue este código al /public_html/themes/theme1071/css/modules/blocktopmenu/superfish-modified.css

 

@font-face {
    font-family: 'bouncerregular';
    src: url('../font/bouncer-webfont.eot');
    src: url('../font/bouncer-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bouncer-webfont.woff2') format('woff2'),
         url('../font/bouncer-webfont.woff') format('woff'),
         url('../font/bouncer-webfont.ttf') format('truetype'),
         url('../font/bouncer-webfont.svg#bouncerregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
tengo esos 4 archivos también en la carpeta font...
 
pero aun así, no me toma la fuente en el menú superior
 
agradecería mucho la ayuda...
 
 
Link to comment
Share on other sites

  • 2 weeks later...

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...