/*
 * texoid.css
 */

.mOth, .mGrk, .mFRm {
  font-family: 'Times',serif;       /* medium/upright/serif */
  font-weight: normal; font-style: normal;
}
.mLtr, .mFIt, .mFCa {
  font-family: 'Times',serif;       /* medium/italic/serif */
  font-weight: normal; font-style: italic;
}
.mFBf {
  font-family: 'Times',serif;       /* bold/upright/serif */
  font-weight: bold; font-style: normal;
}
.mFTt {
  font-family: 'Courier',monospace; /* medium/upright/monospace */
  font-weight: normal; font-style: normal;
}
 /* For now, I treat \bm as 'bold italic'.
  * To get more reasonable results, we need some complication. */
.mFBm {
  font-family: 'Times',serif;       /* bold/italic/serif */
  font-weight: bold; font-style: italic;
}

/* EOF */

