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>
This commit is contained in:
parent
5d64299e42
commit
ef50bdfca5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user