Is it possible to make my fonts in famo.us look like the ones normally in iOS? It seems like my fonts never look quite as nice.
Can anyone tell me if they have faced this same problem?
Is it possible to make my fonts in famo.us look like the ones normally in iOS? It seems like my fonts never look quite as nice.
Can anyone tell me if they have faced this same problem?
I've seen buttons shrink and font families change due to an "implicit" small control webkit style. You may want to try adding style properties:
'-webkit-appearance': 'none',
'font-size': 'small',
The font-size doesn't need to be small, but it needs to be something other than xsmall.