Skip to content

Commit

Permalink
Merge pull request #55 from 10play/fix-font
Browse files Browse the repository at this point in the history
fix: font in example
  • Loading branch information
17Amir17 authored Feb 19, 2024
2 parents bfcaacb + 42ddc7a commit 2ad0177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Examples/WithKeyboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const WithKeyboard = ({}: NativeStackScreenProps<any, any, any>) => {
CoreBridge.configureCSS(`
${customFont}
* {
font-family: 'Protest Riot', sans-serif;
font-family: 'Rubik', sans-serif;
}
`),
Expand Down

0 comments on commit 2ad0177

Please sign in to comment.