I'm looking how to change the integral symbol.
For example:
\documentclass{article}
\begin{document}
\[\int_a^b f(x) \mathrm{d} dx\]
\end{document}
I want to only change the font of \int to get a \rm\int like \mathrm{d} or can I define a new \rmint using other package, for example arev?
\documentclass{article}
%define a new command for \rm font of int
\begin{document}
\[\rmint_a^b \]
\end{document}
to get the style of \int is

I have get \rmoint and \rmint by
\DeclareMathSymbol{\rmintop}{\mathop}{rmlargesymbols}{82}
\DeclareMathSymbol{\rmointop}{\mathop}{rmlargesymbols}{72}
but I can not get all of integrals as follows:

