Skip to content

Commit

Permalink
style: code fallback font (#7480)
Browse files Browse the repository at this point in the history
* style: Use ui-monospace as fallback font for IBM_Plex_Mono

* fix(/learn/typescript/publishing-a-ts-package): File structure
  • Loading branch information
arthurjdam authored Feb 10, 2025
1 parent b546ff5 commit 882daf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/site/next.fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export const OPEN_SANS = Open_Sans({
export const IBM_PLEX_MONO = IBM_Plex_Mono({
weight: ['400', '600'],
subsets: ['latin'],
fallback: ['ui-monospace'],
variable: '--font-ibm-plex-mono',
});
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ example-ts-pkg/
│ │ ├ foo.fixture.js
│ │ ├ main.test.ts
│ ├ main.ts
│ └ some-util.ts
├ __test__
└ some-util.test.ts
└ some-util.ts
│ └ some-util/
├ __test__
└ some-util.test.ts
└ some-util.ts
├ LICENSE
├ package.json
├ README.md
Expand Down

0 comments on commit 882daf6

Please sign in to comment.