How to Change the Default Font for Writing Equations in Microsoft Word

Microsoft Word's equation editor is powerful, but it comes with a quirk that frustrates many users: equations default to a font called Cambria Math, and that font is deeply baked into the equation engine. Changing it isn't as straightforward as highlighting text and picking a new typeface — but it is doable, depending on what you actually need.

Here's a clear breakdown of how equation fonts work in Word, what you can and can't change, and which approach fits which situation.


Why Equation Fonts Work Differently in Word

When you insert an equation using Word's built-in equation editor (the one accessed via Insert > Equation), Word switches into a special mode called math zone. Inside a math zone, text is rendered using Cambria Math by default — a font specifically designed for mathematical typesetting, with proper spacing for superscripts, integrals, Greek letters, and operators.

This is intentional. Math zones follow the OMML (Office Math Markup Language) standard, which relies on OpenType math fonts to render symbols correctly. Not every font supports this standard. If you apply a non-math font inside a math zone, results can be unpredictable — symbols may appear incorrectly spaced, replaced with boxes, or simply missing.

That said, there are legitimate reasons to want a different look: matching a document's body font, meeting a style guide, or personal preference.


What You Can Actually Change 🔢

1. Change the Font for the Entire Equation (Selected Text Method)

The most direct approach — though not a true "default" change — is to select text inside an equation and apply a different font manually.

  • Click inside the equation to enter the math zone
  • Select all or part of the equation text
  • Change the font from the font dropdown in the Home tab

This works for basic Latin characters and numbers but will not work for special math symbols, Greek letters, or operators. Those require a math-enabled font to display properly.

2. Change the Default Math Font via Word Options

Word allows you to change the default math font document-wide through a less-known setting:

  1. Go to File > Options
  2. Select Advanced
  3. Scroll down to the Show document content section (older Word versions) or check under equation settings
  4. In some builds of Word (particularly Microsoft 365 and Word 2019), you can find Math Options under File > Options > Advanced > Math Options

Inside Math Options, there is a Default font dropdown. This controls which font the equation editor uses when rendering math zones. Only fonts that include OpenType math tables will appear here — which is intentional. Common options include Cambria Math, STIX Two Math, Asana Math, and Latin Modern Math, depending on what's installed on your system.

💡 If a font doesn't appear in this dropdown, it doesn't support the math rendering standard Word requires.

3. Use a Macro to Apply Font Changes Across All Equations

If you need to batch-change equation fonts across a long document, a VBA macro can loop through all equation objects and apply font changes programmatically. This is a more technical approach suited for users comfortable with Word's developer tools.

General steps:

  1. Press Alt + F11 to open the Visual Basic Editor
  2. Insert a new module
  3. Write a macro that iterates through ActiveDocument.OMaths (the collection of math zones) and sets font properties

This method gives you document-wide control but still operates within the constraints of what math fonts support.


The Variables That Determine Your Results

Not every user will get the same outcome from the same steps. Several factors shape what's possible:

VariableWhy It Matters
Word versionWord 2016, 2019, and Microsoft 365 have different levels of Math Options exposure
Fonts installedOnly OpenType math fonts appear in the math font dropdown
Operating systemMac versions of Word have limited equation font settings compared to Windows
Equation typeLinear vs. display equations may behave differently with font changes
Document format.docx vs. compatibility mode (.doc) affects equation rendering entirely

On Mac versions of Word, equation font customization is notably more limited. Some Math Options settings available on Windows simply don't appear in the macOS interface as of recent versions.


When Cambria Math Is Non-Negotiable

Certain equation features — particularly Unicode math characters, accent marks, and multi-line equations — will only render reliably in fonts that include full OpenType math support. If your document uses complex notation, switching away from Cambria Math introduces real risk of rendering errors, especially when the document is shared or printed on a system where your chosen font isn't installed.

Documents destined for academic submission, publishing workflows, or PDF export often need to stay with Cambria Math or another certified math font for this reason.


For Users Wanting Body Text to Match Equations

A common goal is making equations look consistent with surrounding prose — for example, matching Times New Roman or a sans-serif document font. Two practical paths exist:

  • Switch to a compatible math font like STIX Two Math, which visually resembles Times New Roman and is a legitimate math font
  • Use LaTeX-based workflows (such as inserting equations via LaTeX input in Word's equation editor) to gain finer typographic control

Neither approach is a simple click, but both give better results than forcing an unsupported font into a math zone.


The Piece That Changes Everything

The right approach — manual selection, Math Options, a macro, or a font substitution — depends entirely on factors specific to your setup: which version of Word you're running, whether you're on Windows or Mac, how complex your equations are, and whether the document is for personal use or wider distribution. Each of those variables pushes the answer in a different direction.