You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: scripts/build-docs/index.ts
+35-8Lines changed: 35 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -447,6 +447,13 @@ const preamble =
447
447
448
448
**Pro Tip**: You can define your own provider by adding \`const provider = ganache.provider({})\` to the start of any example and passing in your [startup options](https://trufflesuite.com/docs/ganache/reference/cli-options/).`);
449
449
450
+
// this font is loaded when you navigate to ganache. Others are loaded as well, but they are dependent on the
451
+
// User-Agent and thus different browsers get different versions. To verify check what fonts are downloaded, load
452
+
// ganache.dev with devtools open, and check the `Font` tab within the Network tab.
0 commit comments