[wp-meta] [Making WordPress.org] #443: http://make.wordpress.org/ has fuzzy icons
Making WordPress.org
noreply at wordpress.org
Fri Apr 25 12:52:13 UTC 2014
#443: http://make.wordpress.org/ has fuzzy icons
--------------------------+-------------------------------------
Reporter: EmpireOfLight | Owner:
Type: defect | Status: new
Priority: normal | Component: make.wordpress.org / P2
Keywords: |
--------------------------+-------------------------------------
Dashicons are fuzzy if they're not set to 20px and properly antialiased.
To fix, append
{{{
section.get-involved article h2:before {
font-size: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}}}
to the css file, or work it into the existing css.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/443>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list