我需要通过@font-face
. 我遵循了一些教程,结果它对我不起作用。
CSS:
@font-face{
font-family:'GESSTwoLightRegular';
src:url('../fonts/ge_ss_two_light-webfont.eot');
src: url('../fonts/ge_ss_two_light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/ge_ss_two_light-webfont.woff') format('woff'),
url('../fonts/ge_ss_two_light-webfont.ttf') format('truetype'),
url('../fonts/ge_ss_two_light-webfont.svg#gess') format('svg'),
url(ge_ss_two_light-webfont.otf) format('opentype');
font-weight:normal;
font-style:normal;
}