• In the Minimatica theme, -writing in spanish- all the grammar accents are displayed in bold; how can I fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    You will need to change the font to one that supports these characters.

    Did you fine which font to use? I’m having the same problem

    Thread Starter alherr

    (@alherr)

    Thanks cubecolour! I’s work.
    Para: “easylifespain”

    ..estoy usando el grupo: Verdana,Helvetica,Tahoma

    use /* xxxx */ or “delete” to eliminate the unnecessary code:

    @font-face {
    /* font-family: ‘Vegur’;
    src: url(‘fonts/vegur-light.eot’);
    src: url(‘fonts/vegur-light.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/vegur-light.woff’) format(‘woff’),
    url(‘fonts/vegur-light.ttf’) format(‘truetype’),
    url(‘fonts/vegur-light.otf’) format(‘opentype’),
    url(‘fonts/vegur-light.svg#VegurLight’) format(‘svg’);
    */
    font-family: ‘Verdana,Helvetica,Tahoma’;
    font-weight: normal;
    font-style: normal;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spanish grammar accents show up in bold’ is closed to new replies.