Skip to content

Commit

Permalink
Merge pull request #56 from vtexdocs/update/vtex-trust-v1.004
Browse files Browse the repository at this point in the history
fix(font): update brand-ui version with new font
  • Loading branch information
RobsonOlv authored Jul 11, 2022
2 parents f2bc336 + 7fafd26 commit 7db052f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"release": "standard-version"
},
"dependencies": {
"@vtex/brand-ui": "^0.46.0",
"@vtex/brand-ui": "^0.46.1",
"next": "^12.1.0",
"node-fetch": "^3.2.4",
"rapidoc": "^9.2.0",
Expand Down
5 changes: 5 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
html, body, * {
font-family: 'VTEX Trust Regular', -apple-system, system-ui,
BlinkMacSystemFont, sans-serif !important;
}

body.modal-open {
position: fixed;
overflow-y:scroll;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -993,10 +993,10 @@
"@typescript-eslint/types" "5.14.0"
eslint-visitor-keys "^3.0.0"

"@vtex/brand-ui@^0.46.0":
version "0.46.0"
resolved "https://registry.npmjs.org/@vtex/brand-ui/-/brand-ui-0.46.0.tgz"
integrity sha512-tMIS5DhX7EScjCwf+bQouc4iCJH/3fL76+qNlkO8NDUmkKI2jSiDVDWTZoEP+MagJ0ghX1a1LnosPwKOj3FG+w==
"@vtex/brand-ui@^0.46.1":
version "0.46.1"
resolved "https://registry.yarnpkg.com/@vtex/brand-ui/-/brand-ui-0.46.1.tgz#e08e2517a4369f06abbad5642dddef81eef807c4"
integrity sha512-YSjf9H4snG2sEHlofCasmkiu0MMZ9v7PBtaoB0kdV19zdk4R+N6OEu4glbI0o7UjVIiEAkr79aaT4a4dwWG0DQ==
dependencies:
"@emotion/core" "^10.0.35"
"@react-aria/focus" "3.2.0"
Expand Down

0 comments on commit 7db052f

Please sign in to comment.