First, in YAML, it is important to specify an interval / indent / tab (note the additional tab in the line css):
output:
ioslides_presentation:
css: slide.css
This is not perfect and hopefully someone else can listen, but you can customize the class .title-slidewith tags hgroupand h1with:
.title-slide hgroup h1 {
font-size: 12px;
letter-spacing: 0;
}
Note. In the current example, you will need to change letter-spacingto 0(as opposed to the original rendering 3px).