Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
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;
}