diff --git a/README.md b/README.md index 3a51907..07f8b9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ After ## Cloning : run `npm i` to install all the dependencies. then `npm start` to run the application +After ## Cloning : +run `npm i` to install all the dependencies. +then `npm start` to run the application + ## Available Scripts In the project directory, you can run: diff --git a/src/css/index.css b/src/css/index.css index ec2585e..dcfa4ef 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -5,6 +5,12 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + 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 {