From b14a044d60bf94e55ca5bb801677a00913a6b4fa Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Fri, 18 Dec 2020 22:32:45 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20CSS=20d=C3=A9faut=20React=20App?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/index.css b/src/index.css index ec2585e..8b13789 100644 --- a/src/index.css +++ b/src/index.css @@ -1,13 +1 @@ -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; -}