Skip to content

Commit 882daf6

Browse files
authored
style: code fallback font (#7480)
* style: Use ui-monospace as fallback font for IBM_Plex_Mono * fix(/learn/typescript/publishing-a-ts-package): File structure
1 parent b546ff5 commit 882daf6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apps/site/next.fonts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ export const OPEN_SANS = Open_Sans({
1616
export const IBM_PLEX_MONO = IBM_Plex_Mono({
1717
weight: ['400', '600'],
1818
subsets: ['latin'],
19+
fallback: ['ui-monospace'],
1920
variable: '--font-ibm-plex-mono',
2021
});

apps/site/pages/en/learn/typescript/publishing-a-ts-package.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ example-ts-pkg/
6161
│ │ ├ foo.fixture.js
6262
│ │ ├ main.test.ts
6363
│ ├ main.ts
64-
│ └ some-util.ts
65-
├ __test__
66-
└ some-util.test.ts
67-
└ some-util.ts
64+
│ └ some-util/
65+
├ __test__
66+
└ some-util.test.ts
67+
└ some-util.ts
6868
├ LICENSE
6969
├ package.json
7070
├ README.md

0 commit comments

Comments
 (0)