• Resolved Rajib

    (@bytegeeky)


    How to use different weight fonts in a single article. Customizer has option only for one font to select.

    I already uploaded regular, 500 and 700 weight Poppins file using custom font plugin.

    What I want is that few text highlighted in an article should use the weight 500 so that we can differentiate it from rest of the texts.

    here is the link

    https://www.riansclub.com/infrared-thermometer/

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @bytegeeky,

    You can use inline CSS to do that. Please refer to this screenshot.?
    ?
    ?I hope that will help. Feel free to reach out to us if you have any further queries.

    ??Kind regards,
    ?Herman ??

    Hello,

    I have a similar request. I think to simply upload single fonts doesn’t allow them to be grouped to a family, which has the huge css advantage of using something like this:

    @font-face {
    	font-family: 'Moderat';
    	src: url('fonts/Moderat-Regular.eot');
    	src: url('fonts/Moderat-Regular.woff2') format('woff2'),
    	     url('fonts/Moderat-Regular.woff') format('woff');
    	font-weight: normal;
    	font-style: normal;
    }

    and

    @font-face {
    	font-family: 'Moderat';
    	src: url('fonts/Moderat-Bold-Italic.eot');
    	src: url('fonts/Moderat-Bold-Italic.woff2') format('woff2'),
    	     url('fonts/Moderat-Bold-Italic.woff') format('woff');
    	font-weight: bold;
    	font-style: italic;
    }

    Here’s a perfect example of how I think it should be, with weight and style declaration: https://docs.elementor.com/article/276-custom-fonts

    Best
    Daniel

    • This reply was modified 4 years, 4 months ago by jdaniel.
    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @jdaniel,
    ?
    ?Thank you for your input! I’ll put forward your thought about this to our team and if feasible we will try to improve the scenario in our future updates.

    ?????Kind regards,
    ?Herman ??

    Sounds great, thanks a lot! ??

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @bytegeeky,

    Hopefully, you found the previous reply helpful.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved. If you have any further questions, you can start a new thread or reach reach out to us through our Support Portal.

    Regards,
    Herman ??

    i have the same problem. especially in conjunction with elementor. please group the weights to one font family.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @nicmare,

    We are working on this. I can’t, unfortunately, provide you an ETA, but I am optimistic it would be released within this month.

    ???Kind regards,
    ?Herman ??

    Hi, it seems this hasn’t been integrated yet, has it?

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @fumow

    We highly appreciate your patience and understanding!

    We are finalizing a few things and we shall get this released soon. We just updated the same here.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to use different weight font’ is closed to new replies.