fhqwhgads/assets/fonts/font.css
2014-12-19 15:19:58 -05:00

10 lines
366 B
CSS

@font-face {
font-family: 'computerfontregular';
src: url('computerfont-webfont.eot');
src: url('computerfont-webfont.eot?#iefix') format('embedded-opentype'),
url('computerfont-webfont.woff2') format('woff2'),
url('computerfont-webfont.woff') format('woff'),
url('computerfont-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}