diff --git a/package.json b/package.json index c2aac49b2..3af611322 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/styles/global.css b/src/styles/global.css index 82df47696..39b53367a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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; diff --git a/yarn.lock b/yarn.lock index 479f60a9b..6fa028c37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"