Hello!
I made this webpage: http://drelektamasugyved.hu/
I would like to replace the default Google Roboto font to two another fonts. One for the article names, etc, and the other for the content. I have all the necessarry formats. Eot, otf, svg, ttf, woff. I copied to the right folder: templates/as002092/fonts.
I outlined all lines from that files, where i found the roboto reference: tmp.default.css, fonts.php, templateDetails.xml.

I replaced the FontAwesome font-family to footlight font in bootstrap css.
I made the two font-face:
@font-face {
font-family: 'eurostile-extended-2';
src: url('../fonts/eurostile-extended-2.eot');
src: local('☺'), url('../fonts/eurostile-extended-2.woff') format('woff'), url('../fonts/eurostile-extended-2.ttf') format('truetype'), url('../fonts/eurostile-extended-2.svg') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'footlight-mt';
src: url('../fonts/footlight-mt.eot');
src: local('☺'), url('../fonts/footlight-mt.woff') format('woff'), url('../fonts/footlight-mt.ttf') format('truetype'), url('../fonts/footlight-mt.svg') format('svg');
font-weight: normal;
font-style: normal;
}

Unfortunately the new font doesn't appear, but the old - Roboto - does. http://drelektamasugyved.hu/
Pls. switch to developer mode. If you outline the roboto font, the desired font appears.

Can you tell me, what should i do to get the new font by default?

BR.
Attila Illés