wordpress - Cannot load the @font-face -
i cannot font working on wordpress website, tried , cannot find wrong. placed font in fonts folder created in root of wordpress blog.
below can see style.css file.
@font-face { font-family: 'museo_sans500'; src: url('/fonts/museosans500-webfont.eot'); src: url('/fonts/museosans500-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/museosans500-webfont.woff') format('woff'), url('/fonts/museosans500-webfont.ttf') format('truetype'), url('/fonts/museosans500-webfont.svg#museo_sans500') format('svg'); font-weight: normal; font-style: normal; } and calling it:
.myfont{ font-family: "museo_sans500", sans-serif; } any advice appreciated..
if placed fonts in root of blog paths incorrect. right pointing fonts folder in current theme directory.
Comments
Post a Comment