From f64731e8463ccb145e748f2b5b102d72bf1c6d7a Mon Sep 17 00:00:00 2001 From: ismaelpadilla Date: Sun, 1 Sep 2019 16:10:02 -0300 Subject: [PATCH] Removed unused css in index.css --- src/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/index.css b/src/index.css index 4a1df4d..0018389 100644 --- a/src/index.css +++ b/src/index.css @@ -6,8 +6,3 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", - monospace; -}