Skip to content

Commit

Permalink
edit: changing main font
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleGrealis committed Feb 15, 2024
1 parent ba58f58 commit 83c498d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/static/css/app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion app/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
font-family: "Poppins" !important;
}

.bslib-page-fill {
margin: auto;
max-width: 1500px;
Expand All @@ -21,7 +27,7 @@
}

#app-algo-iteration_results {
font-family: "Open Sans";
font-family: "Poppins";
border: none !important;
}

0 comments on commit 83c498d

Please sign in to comment.