I have incorporated a unique font for the Hebrew language on my website, but I am encountering an issue with missing English characters from a-b, A-Z.
Currently, I have applied the font (reformaregular) to the body
tag:
body { font-family: 'reformaregular', Arial, Halvetica, sans-serif; }
However, the English characters default to Times New Roman serif font on Windows OS.
You can see the contrast between the English serif and custom Hebrew fonts in the display above.
In order to address this problem without manually tagging each element with a custom .en
class;
I am seeking guidance on how to implement a fallback option for the English font?