From ae481579857e9c1448e3fe4eccfd6b97dcd11664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Tue, 2 Apr 2019 13:40:01 +0200 Subject: [PATCH] imp: improve css --- playground.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playground.css b/playground.css index d0ec0ff4..133935b2 100644 --- a/playground.css +++ b/playground.css @@ -2,7 +2,9 @@ html, body { height: 100%; - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, + Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, + sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } body {