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
6718dd8e69
commit
63a839d8aa
@ -99,6 +99,7 @@ $mdi-font-path: "~@mdi/font/fonts";
|
|||||||
body {
|
body {
|
||||||
// background: #f7f8fa;
|
// background: #f7f8fa;
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
|
font-family: BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin: 1rem auto 0;
|
margin: 1rem auto 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user