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.
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.
Copyright © 2021 Jogjafile Inc.
Electron comes with the Chromium Browser. So whatever works in Chromium works in Electron. Browser compatibility is not necessary.