Skip to content
Snippets Groups Projects
App.scss 274 B
Newer Older
  • Learn to ignore specific revisions
  • @import "scss/custom";
    
    
    body {
      margin: 0;
    
      font-family: "IBM Plex Sans", sans-serif !important;
    
      -webkit-font-smoothing: antialiased;
    
      -moz-osx-font-smoothing: grayscale;
    
      font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    
        monospace;