• Resolved pforastiero

    (@pforastiero)


    Using free Google Translate for a single language toggle of site which is all we need. We’re having a problem with the Spanish Accent characters appearing bold compared to other text in Headings, which are ‘Nanum Myeongjo’, sans-serif — guessing this is happening because the font doesn’t support Spanish. I’m trying to use the custom CSS to set a different font but it isn’t working. Is there a way to specify a different font on translation than I am using for the site?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You can use html[lang="es"] h1 {font-family:sans-serif!important} CSS selector to specify a different font for Spanish version.

    I would recommend to compile your font to include Spanish accent characters as well.

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Accent Characters Bolded, CSS isn’t working’ is closed to new replies.