jsbin/public/css/font.css
2013-01-10 15:57:43 +00:00

22 lines
974 B
CSS

@font-face {
font-family: 'MesloLGMDZ';
src: url('../font/meslolgm-dz-regular-webfont.eot');
src: url('../font/meslolgm-dz-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/meslolgm-dz-regular-webfont.woff') format('woff'),
url('../font/meslolgm-dz-regular-webfont.ttf') format('truetype'),
url('../font/meslolgm-dz-regular-webfont.svg#meslolgm-dz-regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SourceCodeProRegular';
src: url('../font/SourceCodePro-Regular-webfont.eot');
src: url('../font/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/SourceCodePro-Regular-webfont.woff') format('woff'),
url('../font/SourceCodePro-Regular-webfont.ttf') format('truetype'),
url('../font/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular') format('svg');
font-weight: normal;
font-style: normal;
}