Hello! I make a website for my daughter - www.simultiki.rf. Tell me why the standard set of css-rules for fontface doesn't work for me:
@font-face { font-family: 'cassandraregular'; src: url('cassandra-webfont.eot'); src: url('cassandra-webfont.eot?#iefix') format('embedded-opentype'), url('cassandra-webfont.woff') format('woff'), url('cassandra-webfont.ttf') format('truetype'), url('cassandra-webfont.svg#cassandraregular') format('svg'); font-weight: normal; font-style: normal; }
taken from the well-known generator ( @ font-face generator)? I put this code in the css file, copy the fonts to the server, what did I do wrong? ..