From e59404fc6ad54f8a9383030eef0c43b9571bfb84 Mon Sep 17 00:00:00 2001 From: davidwells Date: Tue, 12 Jun 2018 12:51:08 -0700 Subject: [PATCH] =?UTF-8?q?make=20fonts=20looka=20very=20nice=20=E3=83=BD?= =?UTF-8?q?=E0=BC=BC=E0=BA=88=D9=84=CD=9C=E0=BA=88=E0=BC=BD=EF=BE=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 625ee9e..f2c2d2f 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,9 @@ body { margin: 0; padding: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } button {