main.css 218 B

123456789101112
  1. html,
  2. body {
  3. height: 100%;
  4. width: 100%;
  5. }
  6. body {
  7. background: #fafafa;
  8. font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  9. color: #333;
  10. -webkit-font-smoothing: antialiased;
  11. }