15 lines
286 B
CSS
15 lines
286 B
CSS
@import url("./css/nunito.css");
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: "Nunito Sans", sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
|
monospace;
|
|
}
|