Right Font-face url
-
Hi,
I’m trying to change my web font family by using font face method (http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/).
I must confess that I wasn’t able to write the right lines code to adding to css style for getting the result that I want.
I’ve tried in this way:@font-face { font-family: 'alegreya_scregular'; src: "http://b5srl.eu/wp-content/themes/Flexibile/fonts/alegreya/alegreyasc-regular-webfont.eot"; src: "http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/alegreyasc-regular-webfont.eot?#iefix" format('embedded-opentype'), "http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/alegreyasc-regular-webfont.woff" format('woff')", "http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/alegreyasc-regular-webfont.ttf" format('truetype')", "http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/alegreyasc-regular-webfont.svg#alegreya_scregular" format('svg')"; font-weight: normal; font-style: normal; }In this other
@font-face { font-family: 'alegreya_scregular'; src: http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/('alegreyasc-regular-webfont.eot'); src: http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/('alegreyasc-regular-webfont.eot?#iefix') format('embedded-opentype'), http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/('alegreyasc-regular-webfont.woff') format('woff'), http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/('alegreyasc-regular-webfont.ttf') format('truetype'), http://b5srl.eu/wp-content/theme/flexibile/fonts/alegreya/('alegreyasc-regular-webfont.svg#alegreya_scregular') format('svg'); font-weight: normal; font-style: normal; }and in many other without success.
Someone could help me, please?
Particularly I really appreciate someone who explain me my mistake.
Thanks a lot
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Right Font-face url’ is closed to new replies.