Search code examples
electrontruetypewoffwoff2

do you need WOFF if you have TFF in electron applications


I'm setting up an electron application in React and unlike web do I still need to use eot | woff | woff2 if I'm using TFF from google.

I know if web browsers I have to use them all for backward capability but unsure for electron applications.


Solution

  • Electron comes with the Chromium Browser. So whatever works in Chromium works in Electron. Browser compatibility is not necessary.