Skip to content

Commit

Permalink
Bugfix/fix tailwind nunito font reference (#30)
Browse files Browse the repository at this point in the history
* bugfix: remove fixed and w-screen to w-full and h-screen to w-full

* bugfix: add build and add nunito font-format to buttons

* bugfix: fix reference to fon nunito. because in Jotform the font is 'Nunito' with single quotes
  • Loading branch information
cgarcia-lightit authored Sep 13, 2023
1 parent 60b4e34 commit 78cdc42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"src": "../../packages/ui/src/assets/avatar.svg"
},
"src/main.css": {
"file": "assets/main-cd5995b8.css",
"file": "assets/main-f1e5e7ca.css",
"src": "src/main.css"
},
"src/main.tsx": {
"assets": [
"assets/UploadFile-694e44b5.svg"
],
"css": [
"assets/main-cd5995b8.css"
"assets/main-f1e5e7ca.css"
],
"file": "assets/main-0f26d460.js",
"file": "assets/main-1e185869.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default {
fontFamily: {
nobel: "nobel",
grand: "grand",
nunito: "nutito",
nunito: "'Nunito'",
"sf-pro": "SF Mono",
},
},
Expand Down

0 comments on commit 78cdc42

Please sign in to comment.