diff --git a/diagrams/message.svg b/diagrams/message.svg
index c5591f37d7..4a1a7668b1 100644
--- a/diagrams/message.svg
+++ b/diagrams/message.svg
@@ -1,49 +1,49 @@
-
\ No newline at end of file
+:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}AliceApp AServer AServer BApp BBobAlice writes the message to Bob in the appThe message (including ID & timestamp) is encrypted by <Alice-Bob public key> and sent to all Alice's servers{from: <Bob-Alice key hash>, to: <Alice-Bob key hash>, message: <encrypted with Alice-Bob public key>}Alice's servers use <Alice-Bob key hash> to locate Bob's serversand forwards encrypted message to all Bob's servers (in case they are different from Alice's serversBob's servers send the message to Bob's appBob's app uses <Bob-Alice key hash> to identify Aliceand decrypts the message with <Bob-Alice private key> to show itAliceApp AServer AServer BApp BBob
\ No newline at end of file