PromucFlow_constructor/app/client/src/index.css

20 lines
462 B
CSS
Raw Normal View History

2019-01-21 15:11:10 +00:00
body {
margin: 0;
padding: 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;
2019-08-20 13:19:19 +00:00
background: #efefef;
2019-01-21 15:11:10 +00:00
}
body.fontLoaded {
2019-09-06 11:40:00 +00:00
font-family: "DM Sans", sans-serif;
}
2019-01-21 15:11:10 +00:00
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}