Skip to content

Commit

Permalink
feat: example app layout
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchourajr committed May 30, 2024
1 parent 2edfa98 commit 5d71601
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@buen/type": "npm:@jsr/buen__type@^1.0.10",
"clsx": "^2.1.1",
"next": "^14.2.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
},
Expand Down
15 changes: 15 additions & 0 deletions example/src/app/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@font-face {
font-family: "GoshaSans-Ultrabold";
font-style: normal;
font-weight: 800;
font-display: swap;
src: url("./fonts/PPGoshaSans-Ultrabold.woff2") format("woff2");
}

@font-face {
font-family: "GoshaSans-Regular";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("./fonts/PPGoshaSans-Regular.woff2") format("woff2");
}
1 change: 1 addition & 0 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
Expand Down

0 comments on commit 5d71601

Please sign in to comment.