[Support request] How I can start using System Fonts?

Home Forums Support [Support request] How I can start using System Fonts?

Home Forums Support How I can start using System Fonts?

Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #2050567
    Elvin
    Staff
    Customer Support

    Try this:

    .pros-list li:before {
        content: "";
    	background-image: url("https://www.staymeonline.com/wp-content/uploads/2021/12/pros.svg");
    	background-position: center center;
    	height: 10px;
    	width: 10px;
    	margin-right: 8px;
    }
    #2050568
    Ravi Dixit

    It is still not working, check here https://prnt.sc/237cegl and https://prnt.sc/237cqmj

    #2050572
    Elvin
    Staff
    Customer Support

    Try this one:

    .pros-list li:before {
        content: "";
        background-image: url(https://www.staymeonline.com/wp-content/uploads/2021/12/pros.svg);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
        display: inline-block;
        margin-right: 8px;
    }

    here’s the test – https://share.getcloudapp.com/4guZQ5k7

    #2050628
    Ravi Dixit

    It worked this time, I was using the FontAwesome icon on creating these kinds of lists. I will change all the CSS with this having the same SVG image as an icon. Now there is no need for FontAwesome icons, can I remove the plugin?

    #2050632
    Elvin
    Staff
    Customer Support

    I’m not sure where else are you using font icons from FontAwesome but it should be okay to remove it.

    Just do an inspection afterwards of what parts of the site loses its icon so you know what parts to do CSS on. πŸ˜€

    #2050633
    Ravi Dixit

    Oh, great!

    Can you guide me on how can I do that?

    #2050635
    Elvin
    Staff
    Customer Support

    Can you guide me on how can I do that?

    It’s basically a visual inspection of the site. You can browse through the site’s pages and check which parts you think has missing icons.

    I can’t determine it for you as this is a matter of your design choice/preference of which part of the content of the site’s pages should get an icon. πŸ˜€

    #2050650
    Ravi Dixit

    Okay, that’s great and thanks for your time in this matter.

    #2050663
    Elvin
    Staff
    Customer Support

    No problem. πŸ˜€

    #2066593
    Ravi Dixit

    I started using the System fonts but still, my website is loading some other fonts. Check this out: https://prnt.sc/25pnkpe

    #2066671
    Ying
    Staff
    Customer Support

    Do you have any google fonts added to the font manager at customizer > typography?

    #2066679
    Ravi Dixit

    I have checked out in customizer>typography but there is no Google font is added… https://prnt.sc/25q42by

    It seems like I have added them through any custom code, if it is true where can I find them?

    #2066694
    Ying
    Staff
    Customer Support

    You are still using the old typography system, can you switch to the new dynamic typography system?
    https://docs.generatepress.com/article/dynamic-typography-overview/

    #2066746
    Ravi Dixit

    Oh, I did that! And there is no additional font added in Font manager?

    #2066824
    Ying
    Staff
    Customer Support

    If there’s no font added to the font manager, then the site should be using system fonts.

    If your site is still requesting google fonts, try to disable all plugins and custom functions to test.

    Let me know πŸ™‚

Viewing 15 posts - 16 through 30 (of 32 total)
  • You must be logged in to reply to this topic.