Climacons Font is a lovingly crafted typeface available in TrueType format and a complete @font-face kit, giving you an image-free way to use Climacons in your website or app.
Simply place the 3 font files (.EOT, .WOFF & .TTF) in a folder named ‘fonts’ and add the following CSS to your main stylesheet:
@font-face {
font-family:'ClimaconsRegular';
src: url('fonts/climacons-webfont.eot');
src: url('fonts/climacons-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/climacons-webfont.woff') format('woff'),
url('fonts/climacons-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}