Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Added Jost and set default size to 20px. (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed Mar 23, 2022
1 parent 9c6950a commit e330e27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@angular/platform-browser": "~13.2.5",
"@angular/platform-browser-dynamic": "~13.2.5",
"@angular/router": "~13.2.5",
"@fontsource/jost": "^4.5.4",
"@sentry/angular": "^6.18.2",
"ng-particles": "^2.40.2",
"rxjs": "~7.5.0",
Expand Down
4 changes: 3 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "variables";
@import "controls";
@import "context-menu";
@import "@fontsource/jost";

app-root {
width: 100%;
Expand All @@ -15,7 +16,8 @@ html {
height: 100%;
margin: 0;
overflow: hidden;
font-family: $default-font;
font-size: 20px;
font-family: "Jost", Roboto, "Open Sans", sans-serif;
background-color: #000;
color: #fff;
}

0 comments on commit e330e27

Please sign in to comment.