Field font changed but card font remains the same

I have changed my font from Academy Engraved LET to Arial on the field edit, but somehow the card font remains to be Academy Engraved LET? Can someone help


It seems that you’ve only changed the font displayed in editors. Fonts of card are decided in Style.

The simplest way to do so is to use <p style="font-family:Arial; ">{{Field}}</p> instead of {{Field}} in your Notetype.

thank you so much!!