﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto');
    src: url('Roboto.eot'); /* IE9 Compat Modes */
    src: url('Roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url(Roboto.ttf) format('truetype'), /* Safari, Android, iOS */
    url('Roboto.woff') format('woff') /* Modern Browsers */
    ;
}

@font-face {
    font-family: 'Khmer';
    font-style: normal;
    font-weight: 400;
    src: local('Khmer');
    src: url('Khmer.eot'); /* IE9 Compat Modes */
    src: url('Khmer.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url(Khmer.ttf) format('truetype'), /* Safari, Android, iOS */
    url('Khmer.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfont.woff') format('woff'), /* Modern Browsers */
    url('webfont.ttf') format('truetype'), url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}