@font-face {
    font-family: 'Microsoft JhengHei Regular';
	src:    url('../fonts/MicrosoftJhengHeiRegular.eot');
	src:    url('../fonts/MicrosoftJhengHeiRegular.eot#iefix') format('embedded-opentype'),
			url('../fonts/msjh.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Microsoft JhengHei Bold';
    src:    url('../fonts/MicrosoftJhengHeiBold.eot');
	src:    url('../fonts/MicrosoftJhengHeiBold.eot#iefix') format('embedded-opentype'),
			url('../fonts/msjhbd.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src:    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
			url('../fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansMonoCJKtc-Regular_1';
    src:    url('../fonts/NotoSansMonoCJKtc-Regular_1.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansMonoCJKtc-Bold_1';
    src:    url('../fonts/NotoSansMonoCJKtc-Bold_1.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src:    url('../fonts/Opensans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src:    url('../fonts/Opensans/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src:    url('../fonts/Ubuntu/Ubuntu-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
	src:    url('../fonts/Roboto/RobotoSlab-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'ShadowsInto';
	src:   url('../fonts/ShadowsIntoLight.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'MERRIWEATHER';
	src:   url('../fonts/MERRIWEATHER-REGULAR.TTF');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Microsoft JhengHei Regular' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-splash:before {
    content: "\e900";
}
.icon-hover:before {
    content: "\e913";
}
.icon-call:before {
    content: "\e901";
}
.icon-class:before {
    content: "\e902";
}
.icon-clock:before {
    content: "\e903";
}
.icon-color:before {
    content: "\e904";
}
.icon-food:before {
    content: "\e905";
}
.icon-link:before {
    content: "\e906";
}
.icon-map:before {
    content: "\e907";
}
.icon-music-class:before {
    content: "\e908";
}
.icon-parents:before {
    content: "\e909";
}
.icon-play:before {
    content: "\e90a";
}
.icon-prev:before {
    content: "\e90b";
}
.icon-next:before {
    content: "\e90c";
}
.icon-reader:before {
    content: "\e90d";
}
.icon-teacher:before {
    content: "\e90e";
}
.icon-testimonial:before {
    content: "\e90f";
}
.icon-translator:before {
    content: "\e910";
}
.icon-trophy:before {
    content: "\e911";
}
.icon-user:before {
    content: "\e912";
}

