]> git.somenet.org - pub/jan/aic18.git/blob - service-website/src/index.css
Generate new yarn.lock
[pub/jan/aic18.git] / service-website / src / index.css
1 body {
2     margin: 0;
3     padding: 0;
4     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
5     "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
6     sans-serif;
7     -webkit-font-smoothing: antialiased;
8     -moz-osx-font-smoothing: grayscale;
9 }
10
11 code {
12     font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
13     monospace;
14 }