Would like to embed a Webfont:
@font-face {
font-family: 'XY';
src: url('XY.eot');
src: local('☺'),url('XY.woff') format('woff'),
url('XY.ttf') format('truetype'),
url('XY.svg#webfontDGhCBjc5') format('svg');
font-weight: bold;
font-style: normal;
}
fonts are generated by http://www.fontsquirrel.com/fontface/generator
the XY files are on the server.
questions: It is possible to integrate, and how?
THX
Cris














