﻿/***> Inser Font***/
@font-face {
    font-family: 'IQ7' ;
    src: url('../../fonts/Lucida-Grande.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lucida-Grande.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lucida-Grande.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lucida-Grande.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/Lucida-Grande.svg#UTMNokiaStandardRegular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'IQ7Bold';
    src: url('../../fonts/Lucida-Grande-Bold.eot');
    src: url('../../fonts/Lucida-Grande-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Lucida-Grande-Bold.woff') format('woff'),
         url('../../fonts/Lucida-Grande-Bold.ttf') format('truetype'),
         url('../../fonts/Lucida-Grande-Bold.svg#UTMNokiaStandardBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
