Could someone kindly tell me if the following picture illustrate a LaTeX font? If yes, what font is it? It looks like the characters are more dense and thicker (which is what I want) compared to a normal LaTeX font. Thanks in advance.

Could someone kindly tell me if the following picture illustrate a LaTeX font? If yes, what font is it? It looks like the characters are more dense and thicker (which is what I want) compared to a normal LaTeX font. Thanks in advance.

The font is NC Schoolbook:
\documentclass{article}
\usepackage{fouriernc}
\begin{document}
\textbf{Pasipoularides.}
\textit{Am J Physiol}
$n=7$
2002.---Functional imaging
\end{document}
\usepackage{newcent}and, if you need math,\usepackage{fouriernc}. – egreg Aug 12 '14 at 22:02