This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
EvoCalculator/src/index.css
2021-04-23 09:48:04 +03:00

25 lines
581 B
CSS

@import '~normalize.css';
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,900&subset=cyrillic');
html,
body,
#root,
.App {
height: 100%;
}
body {
background-color: rgb(240, 240, 240);
margin: 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;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}