From 752f8bdbb89e6399653ec1b0f28e51170c6555b9 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Mon, 9 Nov 2015 14:04:43 +0000
Subject: [PATCH] remove random bold initials

---
 src/skins/vector/css/atoms/RoomAvatar.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/skins/vector/css/atoms/RoomAvatar.css b/src/skins/vector/css/atoms/RoomAvatar.css
index 40d9064b..f54a93ee 100644
--- a/src/skins/vector/css/atoms/RoomAvatar.css
+++ b/src/skins/vector/css/atoms/RoomAvatar.css
@@ -21,4 +21,5 @@ limitations under the License.
     position: absolute;
     color: #fff;
     text-align: center;
+    font-weight: normal ! important;
 }
\ No newline at end of file