Okay
  Public Ticket #608404
Salient v6.1.72 Font Issues
Closed

Comments

  • Brian started the conversation

    Hi,

    I see there have been some font issues and these have been partially addressed with 6.1.72. I am still experiencing font issues with Firefox now even with this latest release.

    I have both versions: 5.5.5 and 6.1.72 installed. I switched between them to grab some screenshots and show you how the fonts have got overly thick on Firefox. See the "Low Center Gravity Tankers" headings on each screenshot.

    Is it possible to make the Firefox font sizes more like Chrome?

    Many thanks,

  •  8,991
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    h1, h2, h3, h4, h5, h6,p,body {
        -webkit-font-smoothing: subpixel-antialiased;
    }


    Best.


    ThemeNectar Support Team