From 63a839d8aaf5e00854f57f412224b8797be2a01a Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Thu, 17 Oct 2019 14:30:25 +0200
Subject: [PATCH] Try to fix crash on Safari by removing `-apple-system` from
 font-family

Source https://github.com/scrumpy/tiptap/issues/464

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 js/src/App.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/src/App.vue b/js/src/App.vue
index 8fe765e5b..6bdc00e88 100644
--- a/js/src/App.vue
+++ b/js/src/App.vue
@@ -99,6 +99,7 @@ $mdi-font-path: "~@mdi/font/fonts";
   body {
     // background: #f7f8fa;
     background: #ebebeb;
+    font-family: BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
 
     main {
       margin: 1rem auto 0;