Skip to content

Commit db7716e

Browse files
authored
fix: truncated column headers (#1319)
Closes #1318 Fixes bug in font pre-loading created in [previous PR](#1180)
1 parent 7bcf326 commit db7716e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-utils/src/components/FontBootstrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type FontBootstrapProps = {
2020
* FontBootstrap component. Handles preloading fonts.
2121
*/
2222
export function FontBootstrap({
23-
fontClassNames = ['fira-sans-regular', 'fira-sans-bold', 'fira-mono'],
23+
fontClassNames = ['fira-sans-regular', 'fira-sans-semibold', 'fira-mono'],
2424
children,
2525
}: FontBootstrapProps) {
2626
const [isLoaded, setIsLoaded] = useState(false);

0 commit comments

Comments
 (0)