Try the following CSS in place of the CSS you've posted.
Code:
section.chapter section.section div.titlepage h2.title span.num {
font-size: 1.2em;
font-family: sans-serif;
font-weight: bold;
color: gray;
}
You do not need all those fonts and that could be confusing things.