Skip to content

Commit

Permalink
feat: Use consolas font when printing version info
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Sep 21, 2024
1 parent 6c31eeb commit fc49f7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Logger.info(
"%cWebpage: https://calcium.js.org\n"+
"%cGithub Repo: https://github.com/nocpiun/calcium\n\n"+
"%cDonate: https://nin.red/#/donate\n",
"font-size: 17pt;font-weight: bold;padding: 10px",
"font-size: 8pt;color: gray",
"font-size: 8pt;color: white",
"font-size: 8pt;color: white",
"font-size: 8pt;color: white",
"font-size: 8pt;color: white"
"font-family: Consolas;font-size: 17pt;font-weight: bold;padding: 10px",
"font-family: Consolas;font-size: 8pt;color: gray",
"font-family: Consolas;font-size: 8pt;color: white",
"font-family: Consolas;font-size: 8pt;color: white",
"font-family: Consolas;font-size: 8pt;color: white",
"font-family: Consolas;font-size: 8pt;color: white"
);

1 comment on commit fc49f7e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.