﻿@font-face {
	font-family: 'ping-heavy';
	src: url('ping-heavy.eot');
	src:local('ping-heavy'), 
        url('ping-heavy.ttf') format('ttf'),
        url('ping-heavy.svg') format('svg'),
        url('ping-heavy.woff') format('woff'),
        url('ping-heavy.woff2') format('woff2'),
        url('ping-heavy.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.special-font  { font-family:ping-heavy;}