Under a Blogpost, there are some Elements like Categories, Tags and next and previous Post Navigation.
After I switch to a local font, the color of these elements have changed.
Where can I set the Color and the font-size of for this elements?
odd, a font change should not have affected that – perhaps there was some custom CSS for those colors that got disturbed when adding the @font-face CSS?
Anyhow, that is the footer meta and you can use this CSS to change its font size and color:
footer.entry-meta,
footer.entry-meta a {
color: #f00;
font-size: 20px;
}