List system fonts from iOS/Andoid
#npm install capacitor-system-fonts
#npx cap synclist() => Promise<{ fonts: string[]; }>Returns a list of available system font identifiers. iOS: family names Android: CSS-usable names derived from system font files
Returns: Promise<{ fonts: string[]; }>