When I want to print integral symbols such as \oiint using the esint package, the integral signs look ugly:

MWE:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{esint}
\begin{document}
\begin{equation}
\displaystyle\oiint_{\partial R} F\cdot n d\sigma=\iiint_R \mathrm{div} Fd\tau
\end{equation}
\end{document}
I am aware that this question has been asked earlier here (Getting a proper \oiint symbol (not bitmap)), but the person who asked this question uses TeX Live and Mac.
How can I solve this? I am using MikTeX 2.9 and Windows 10. I hope you can tell me how to solve this without redefining all sorts of commands or loading many other packages. I read that some parts of the package may not be (fully) installed - how should I install them?
Any help is appreciated. Thanks in advance.
esint-type1installed on your system? If not, can you use the MikTeX Package Manager (MPM) utility to install the package? – Mico Feb 02 '19 at 10:50esint, and with the titleesint10 in Type 1 format. – efreeeze Feb 02 '19 at 11:13