Fonts which work in iOS or MacOS

Hi,

So I have been trying to use diff fonts and it works on windows devices (chrome browser) but for some reason most of the fonts dont work on iOS devices. So i tried picking up font names from ‘pages’ in a Mac but most of these fonts are perhaps not supported by Anvil.

Is there a list of fonts which Anvil supports and could work on apple devices ???\

Thank You.

you might check out this question from stack overflow

or look to import something from google fonts

2 Likes

To expand on @stucork’s answer, importing fonts from Google Fonts is really easy (although the interface has got a bit trickier recently):

  • Open the Google Fonts page, and choose a font you want
  • Open its page, then click + Select This Style next to the styles or weights of this font
  • You’ll see a sidebar open up, with an option to Review or Embed – choose Embed
  • This will give you an HTML snippet that you can copy and paste into the Native Libraries section of your Anvil app!

Now you can use that font in the font property of any Anvil component – or in your CSS!

2 Likes