Brent Frederick

Results 1 comments of Brent Frederick

I got it working following these steps: https://github.com/wxik/react-native-rich-editor/#using-custom-fonts For example: ``` export const RobotoStylesheet = ` @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2'); }`; const editorStyle...