Are there any conventions for using two-letter subscripts in equations?
I need to use fr for friction, and the normal math italic in TeX ($\omega_{fr}$) doesn't look very good, it appears like f and r are two unrelated concepts hanging out together rather than a unified thing.
\documentclass[border=1mm]{standalone}
\begin{document}
$\omega_{fr}$ vs.
$\omega_{\mathrm{fr}}$ vs.
$\omega_{f\!r}$ vs.
$\omega_{\!f\!r}$
\end{document}
Note: this question is not how to accomplish typesetting in TeX (which I can ask on tex.stackexchange.com) but how it should be typeset, and where I might find this kind of information from a reputable source.
I found the AMS Style Guide online and it states "Stet italic superscript and subscript functions if used consistently." --- that is using $x_{max}$ ($x_{max}$) is OK if done consistently rather than $x_{\max}$ ($x_{\max}$) --- as well as in Appendix A, "These functions and operators are set in roman type in both roman and italic text; however, you may stet superscript and subscript italic functions
and operators." (Which I would interpret as, "Authors should put well-known functions and operators in roman type, but if you really want to leave them in regular italics, we won't complain.") But there's no guidance about other multicharacter subscripts.

Looks like there are a couple of style guidelines in other related fields (physics, electrical engineering) that do make clear recommendations:
NIST SI unit rules
(although IMHO the example given is really lousy, $c_p$ for specific heat capacity at constant pressure, "p" = pressure, but $m_{\mathrm{p}}$ for mass of a proton, "p" = proton)
Physical Review Style and Notation Guide
IEEE Editorial Style Manual