mac eventlog: Use the system font

This commit is contained in:
Hylke Bons 2017-12-20 13:25:38 +01:00
parent f74680a217
commit bdd38b45b1

View file

@ -55,7 +55,7 @@
background-color: #fefefe;
color: <!-- $body-color -->;
font-size: <!-- $body-font-size -->;
font-family: "<!-- $body-font-family -->";
font-family: -apple-system, "<!-- $body-font-family -->";
margin: 0;
-webkit-user-select: none;
overflow-x: hidden;