Here's the link (if that helps)
http://www.minid.net/2011/07/17/romanus-sum/
Thanks!
Identified font
League Gothic Suggested by koeiekat 
It is all in the page code. In the header you see <link rel="stylesheet" href="http://www.minid.net/wp-content/themes/avalanche/fonts/font.css">
which tells you
@font-face {
font-family: 'LeagueGothicRegular';
src: url('league_gothic-webfont.eot');
src: url('league_gothic-webfont.eot?iefix') format('eot'),
url('league_gothic-webfont.woff') format('woff'),
url('league_gothic-webfont.ttf') format('truetype'),
url('league_gothic-webfont.svg#webfontbfTRXsQ9') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AlternateGothicFSNo1';
src: url('AlternateGothicNo1-webfont.eot');
src: local('?'), url('AlternateGothicNo1-webfont.woff') format('woff'), url('AlternateGothicNo1-webfont.ttf') format('truetype'), url('AlternateGothicNo1-webfont.svg#webfontfCZqkX7F') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'IconicStrokeRegular';
src: url('iconic_stroke-webfont.eot');
src: local('?'), url('iconic_stroke-webfont.woff') format('woff'), url('iconic_stroke-webfont.ttf') format('truetype'), url('iconic_stroke-webfont.svg#webfont1LXXz8nU') format('svg');
font-weight: normal;
font-style: normal;
}
See, easy to find

Edited on Nov 23, 2011 at 12:55 by Rodolphe
Thanks! I'll do that nextime before posting it in here

All times are CEST. The time is now 19:15