We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcf326 commit db7716eCopy full SHA for db7716e
1 file changed
packages/app-utils/src/components/FontBootstrap.tsx
@@ -20,7 +20,7 @@ export type FontBootstrapProps = {
20
* FontBootstrap component. Handles preloading fonts.
21
*/
22
export function FontBootstrap({
23
- fontClassNames = ['fira-sans-regular', 'fira-sans-bold', 'fira-mono'],
+ fontClassNames = ['fira-sans-regular', 'fira-sans-semibold', 'fira-mono'],
24
children,
25
}: FontBootstrapProps) {
26
const [isLoaded, setIsLoaded] = useState(false);
0 commit comments