@@mrgreen:
nuqneH
@font-face {
font-family: 'eveleth_regularbold';
src: url('http://leegreen.ch/fonts/evelethbold-webfont.eot');
src: url('http://leegreen.ch/fonts/evelethbold-webfont.eot?#iefix') format('embedded-opentype'),
url('http://leegreen.ch/fonts/evelethbold-webfont.woff') format('woff'),
url('http://leegreen.ch/fonts/evelethbold-webfont.ttf') format('truetype'),
url('http://leegreen.ch/fonts/evelethbold-webfont.svg#eveleth_regularbold') format('svg');
font-weight: normal;
font-style: normal;
}
Das sollte wohl 'font-weight: bold;' heißen, zumal du es für `.titel`{:.language-css} auch so verwendest.
SVG-Schriften kannst du in die Tonne treten, braucht kein Mensch. WOFF für aktuelle Browser, WOFF2 für zukünftige, TTF für alte Androids, EOT für alte IE, s. [Can I Use @font-face Web fonts](http://caniuse.com/#feat=fontface), Reiter Sub-features.
Qapla'
--
„Talente finden Lösungen, Genies entdecken Probleme.“ (Hans Krailsheimer)