
/* TO ADD MORE FONTS JUST COPY THE CSS RULE FONT-FACE AND CHANGE THE FONTS, SEE SAMPLE BELOW */
/* IF SPECIAL FONTS USED, YOU NEED THEM IN THE FORMATS LISTED BELOW (.otf, .woff, .ttf, .svg) */
/* IF NO SPECIAL FONTS NEEDED COMMENT THE FONT-FACE RULE */


/* FIRST FONT (UNCOMMENT BELOW IF NEEDED) */
/*
@font-face {
font-family: 'Computerfont';
src: url('Computerfont.otf');
src: url('Computerfont.otf?#iefix') format('embedded-opentype'),
     url('Computerfont.woff') format('woff'),
     url('Computerfont.ttf')  format('truetype'),
     url('Computerfont.svg#svgFontName') format('svg')
}
*/



/* SECOND FONT, ETC. */
/*
@font-face {
font-family: 'Computerfont';
src: url('Computerfont.otf');
src: url('Computerfont.otf?#iefix') format('embedded-opentype'),
     url('Computerfont.woff') format('woff'),
     url('Computerfont.ttf')  format('truetype'),
     url('Computerfont.svg#svgFontName') format('svg')
}
*/