bruno/packages/grafnode-run/src/styles/globals.css

16 lines
400 B
CSS
Raw Normal View History

2021-12-03 20:37:38 +01:00
html, body {
margin: 0;
2021-12-03 20:37:38 +01:00
padding: 0;
font-size: 1rem;
color: rgb(62 62 62);
2021-12-03 20:37:38 +01:00
font-kerning: none;
text-rendering: optimizeSpeed;
letter-spacing: normal;
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; */
font-family: Inter, sans-serif !important;
}
2021-12-03 20:37:38 +01:00
body {
font-size: 0.875rem;
}