inokawa / react-native-react-bridge

An easy way to integrate your React (or Preact/React Native Web) app into React Native app with WebView.
https://www.npmjs.com/package/react-native-react-bridge
MIT License
256 stars 18 forks source link

Question if its possible to use a custom font #120

Open wataru22 opened 1 year ago

wataru22 commented 1 year ago

Is it possible to import and use a custom font?

For expo I use import { useFonts } from 'expo-font';

I tried declaring @font-face in a css file but wasn't sure what the correct URL path would be.