I'm using this code:
Code: Select all
\floatstyle{plain}
\newfloat{graph}{thpb}{logr}[chapter]
\floatname{graph}{Graph}
\newcommand{\listofgraphs}{\listof{graph}{List of Graphs}}
Code: Select all
\usepackage[T1]{fontenc}
\usepackage[scaled]{uarial}
\renewcommand*\familydefault{\sfdefault}
Graph 1.3: Test
The red text is not the same font as the caption. Does someone know a way to fix this?