[wp-meta] [Making WordPress.org] #3997: Add font smoothing to icon font in table header of support forum

Making WordPress.org noreply at wordpress.org
Wed Dec 12 15:19:37 UTC 2018


#3997: Add font smoothing to icon font in table header of support forum
----------------------------------+--------------------
 Reporter:  zodiac1978            |      Owner:  (none)
     Type:  enhancement           |     Status:  new
 Priority:  low                   |  Milestone:
Component:  International Forums  |   Keywords:
----------------------------------+--------------------
 On the support forums bbpress is changed in some way. For example the
 table header for the counts (replies and voices) are now icons instead of
 just text.

 But these icons don't look good. A  little bit "smudgy".

 I think they are missing some font-smoothing.
 https://davidwalsh.name/font-smoothing

 If you add this CSS ...

 {{{
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
 }}}

 ... the icons look much better.

 These are the selectors which need the CSS:

 {{{
 .bbpress .forum-titles .bbp-topic-voice-count::before
 .bbpress .forum-titles .bbp-topic-reply-count::before
 }}}

 Maybe there are more icons which could need some font-smoothing. This is
 just the first occurrence I saw.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3997>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list