Forked from an inaccessible project.
-
danieldeng2 authoreddanieldeng2 authored
App.scss 351 B
@import "assets/scss/custom";
@import "~bootstrap/dist/css/bootstrap.min.css";
body {
margin: 0;
font-family: "IBM Plex Sans", sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-y: scroll;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}