Random-Quote-Machine/random-quote-machine/src/index.css
Manish 39de62a7cc Implemented user stories 1-10 out of 11 (not tested yet).
Additonally, added `react-bootstrap` and `sass` package
2022-06-29 15:01:23 +10:00

14 lines
366 B
CSS

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;
}