Skip to content

Commit

Permalink
Added lato as default font in launch settings. Bumped to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Jul 22, 2024
1 parent c402da9 commit 6ea01b2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 13 deletions.
62 changes: 50 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/blits-example-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lightning 3 Blits Example App",
"main": "index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Blits.Launch(App, 'app', {
debugLevel: 1,
reactivityMode: 'Proxy',
keymap: keymapping(),
defaultFont: 'lato',
fonts: [
{
family: 'lato',
Expand Down

0 comments on commit 6ea01b2

Please sign in to comment.