diff --git a/example/src/Examples/WithKeyboard.tsx b/example/src/Examples/WithKeyboard.tsx index dbcc4bf..eecdf49 100644 --- a/example/src/Examples/WithKeyboard.tsx +++ b/example/src/Examples/WithKeyboard.tsx @@ -33,7 +33,7 @@ export const WithKeyboard = ({}: NativeStackScreenProps) => { CoreBridge.configureCSS(` ${customFont} * { - font-family: 'Protest Riot', sans-serif; + font-family: 'Rubik', sans-serif; } `),