Index: pub/wporg-support/sass/site/_bbpress.scss
===================================================================
--- pub/wporg-support/sass/site/_bbpress.scss	(revision 8022)
+++ pub/wporg-support/sass/site/_bbpress.scss	(working copy)
@@ -547,6 +547,8 @@
 			&::before {
 				font: 400 16px/1 dashicons;
 				margin-right: 100px;
+				-webkit-font-smoothing: antialiased;
+				-moz-osx-font-smoothing: grayscale;
 
 				@media (min-width: 321px) {
 					font: 400 21px/1 dashicons;
@@ -565,7 +567,7 @@
 		.bbp-topic-reply-count {
 
 			&::before {
-				content: "\f125";
+				content: "\f125";#
 			}
 		}
 	}
Index: .
===================================================================
--- .	(revision 8022)
+++ .	(working copy)

Property changes on: .
___________________________________________________________________
Added: svn:externals
## -0,0 +1 ##
+rosetta https://meta.svn.wordpress.org/sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/
