If I comment out \usepackage{newtxmath} from the following LaTeX to change the math font, then a difference is shown (as pictured). Is it possible to ignore font differences?
\documentclass{article}
\usepackage{newtxmath}
\pagenumbering{gobble}
\begin{document}
The $x$ is just in a different font.
\end{document}

If I comment out
\usepackage{newtxmath}from the following LaTeX to change the math font, then a difference is shown (as pictured). Is it possible to ignore font differences?