Some times the Mozilla Firefox browser will hide the texts like “ff, fi, fl, ffi,
ffl”. Hence the word "Benefits" looks like "Benets".
Hence to prevent this we need to add the following line of css style class in the corresponding .css file of the application.
-moz-font-feature-settings: "liga=0";
-moz-font-feature-settings: "liga" 0;
Hence to prevent this we need to add the following line of css style class in the corresponding .css file of the application.
-moz-font-feature-settings: "liga=0";
-moz-font-feature-settings: "liga" 0;
Add the above lines of code in the css class and the ligatures will be disabled.
No comments:
Post a Comment