Opened 6 years ago
Closed 6 years ago
#3997 closed enhancement (fixed)
Add font smoothing to icon font in table header of support forum
Reported by: | zodiac1978 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
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.
Attachments (4)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Without the CSS - this is the status quo.