1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-25 22:44:19 +00:00
pds-2021-g2-nest/code/frontend/src/index.css

14 lines
376 B
CSS
Raw Normal View History

2021-04-20 22:07:39 +00:00
body {
2021-04-20 22:09:13 +00:00
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
2021-04-20 22:07:39 +00:00
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
2021-04-20 22:09:13 +00:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2021-04-20 22:07:39 +00:00
}
code {
2021-04-20 22:09:13 +00:00
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
2021-04-20 22:07:39 +00:00
monospace;
}