webfont not loading
-
hi there,
the webfont is not working in my siter,
here is the code in CSS,
@font-face {
font-family: ‘hanwangyenlightregular’;
src: url(‘/wp-content/themes/sydney/fonts/wt006-webfont.ttf’);
src: url(‘/wp-content/themes/sydney/fonts/wt006-webfont.eot’);
src: url(‘/wp-content/themes/sydney/fonts/wt006-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/themes/sydney/fonts/wt006-webfont.woff2’) format(‘woff2’),
url(‘/wp-content/themes/sydney/fonts/wt006-webfont.woff’) format(‘woff’),
url(‘/wp-content/themes/sydney/fonts/wt006-webfont.ttf’) format(‘truetype’),
url(‘/wp-content/themes/sydney/fonts/wt006-webfont.svg#hanwangyenlightregular’) format(‘svg’);
font-weight: normal;
font-style: normal;}
h1,
h2,
h3,
h4,
h5,
h6{ font-family: ‘hanwangyenlightregular’; }NOTE : I know there is something wrong with the code coz most words are red in color. Thanks!
- The topic ‘webfont not loading’ is closed to new replies.