• Resolved grafica.villcom

    (@graficavillcom)


    Hi,

    I need help with theme customization. I select Raleway 300 font for paragraphs but I want that the bold font is 700 weight. How can I do that? I try to do this addind the rule to my CSS but it did not work.

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi, thanks for getting in touch.

    Apologies for the hassle. Did you insert the CSS import line at the very top of your Custom CSS? It must be the first line.

    @import url('https://fonts.googleapis.com/css2? family=Raleway:wght@700&display=swap');

    Thread Starter grafica.villcom

    (@graficavillcom)

    Hi @misplon

    I try both in customizer both in my child theme CSS adding:
    @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,700;1,300;1,700&display=swap');
    at the top, and the code:

    b, strong {
    	font-family: font-family: 'Raleway', sans-serif;
        font-weight: 700;
    }

    But it did not work.

    Do you have any other idea?

    Thank you so much!

    Thanks for the update. Please, send a link to the page concerned. Alternatively, you can edit your initial post and use the URL field.

    Thread Starter grafica.villcom

    (@graficavillcom)

    Thank you @misplon

    This the website: https://www.arteam.eu/

    Thanks for the link. Can you perhaps let me know which text to check on the home page? I’m not immediately seeing any <strong> tags.

    Thread Starter grafica.villcom

    (@graficavillcom)

    Of course, sorry @misplon

    You can check the post inside the News/Blog section, for example the last one: https://www.arteam.eu/eventi-mostre/arteam-cup-2022-i-finalisti-e-la-mostra/

    thx

    Thanks. Please, try clearing your minification plugin and then temporarily deactivating it.

    Thread Starter grafica.villcom

    (@graficavillcom)

    Sorry, I not very expert.

    What is a minification plugin? I think we don’t have one. Unless you mean the cache plugin (we’re using Wp Fastest Cache). In that case I deactivated it just now.

    Thanks, is the issue resolved now? If so, the problem might be the minification plugin combining CSS. If you wanted to use minification you could perhaps try excluding /wp/wp-content/themes/vantage-child/style.css

    Thread Starter grafica.villcom

    (@graficavillcom)

    No, the issue is not resolved. Do you have any other idea?

    Thank you

    Thread Starter grafica.villcom

    (@graficavillcom)

    Sorry @misplon, after several tests I found a solution.

    There was a problem of compatibility with the version 1.19 of vantage theme. Updating the theme to the latest version resolved the issue.

    Thank you for you support.

    Kind regards

    Thanks for the update. I’m glad to hear you’re making progress.

    All the best with your site.

    Kind regards

    Andrew

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Font weight’ is closed to new replies.