Computer Tips - How can I see what font-face is actually being used for an input field?
Date: 2018apr6
Product: Firefox
Q. How can I see what font-face is actually being used for an <input> field?
A.
In Firefox:
- Right click on the field and you'll get a menu
- Select "Inspect Element"
- In the bottom right a window will show the CSS info.
- The actually used font-face will be underlined (you may need to scroll)