Murad Azimov

Results 4 comments of Murad Azimov

Hi! I have the same issue, both on android and iOS. I just remove node_modules and install again, it helps me) no other cleans or rebuilds has no effect(

@daxaxelrod thanks dude! It is working well right now👍👏

> How can I register custom fonts to the toolbar? > > I am trying to import fonts as follows but I can't seem to get this working. However, the...

I finally did it! ``` const ABCMarfaRegularFontFace = ` @font-face { font-family: 'ABCMarfa'; src: url('data:font/ttf;charset=utf-8;base64,${ABCMarfaRegularBase64}') format('opentype'); font-weight: normal; font-style: normal; font-display: swap; }`; const ABCMarfaBoldFontFace = ` @font-face { font-family:...