fix safari bug, fix #464

This commit is contained in:
Philipp Kühn
2019-09-27 10:49:08 +02:00
parent 29d53ce231
commit c22d660453
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
} }
html { html {
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif; font-family: 'Inter';
font-size: 18px; font-size: 18px;
color: $color-black; color: $color-black;
line-height: 1.5; line-height: 1.5;

View File

@@ -9,6 +9,7 @@
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="/assets/images/favicon.ico"> <link rel="shortcut icon" href="/assets/images/favicon.ico">
<meta property="og:image" content="/assets/images/open-graph.png"> <meta property="og:image" content="/assets/images/open-graph.png">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>