udemy-react-course/ordering/src/index.css

16 lines
235 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
html {
font-family: 'Noto Sans JP', sans-serif;
}
body {
margin: 0;
background-color: #3f3f3f;
}