@font-face {
    font-family: 'Metric';
    src: url('Metric-Bold.eot'); /* IE9 Compat Modes */
    src: url('Metric-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Metric-Bold.woff') format('woff'), /* Modern Browsers */
         url('Metric-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Metric-Bold.svg#Metric-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Metric';
    src: url('Metric-Regular.eot'); /* IE9 Compat Modes */
    src: url('Metric-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Metric-Regular.woff') format('woff'), /* Modern Browsers */
         url('Metric-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Metric-Regular.svg#Metric-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Metric';
    src: url('Metric-Semibold.eot'); /* IE9 Compat Modes */
    src: url('Metric-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Metric-Semibold.woff') format('woff'), /* Modern Browsers */
         url('Metric-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Metric-Semibold.svg#Metric-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}