From 42ddc7a0192ccf556ad24a872a005a42f13d5869 Mon Sep 17 00:00:00 2001 From: Amir Angel <36531255+17Amir17@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:56:56 +0200 Subject: [PATCH] fix: font --- example/src/Examples/WithKeyboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } `),