mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 09:49:12 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue