In ionic 3, I used Arial Narrow and it worked without downloading any font family files. However, in Ionic 4 there is some problem. It is still working for android. But for iOS it is not working. Instead of Arial Narrow, I think the font looks like Times New Roman. Can somebody help me with it?
Hi @user-rudra
do a check for iOS mode if there are overrides css props.
If you want overrides font task use this:
:root {
–ion-font-family: ‘…’; // font-family here
}