Hello,
I'm making a website and I'm using different font-styles. One of them is Allura. But this font-style is not working in Firefox? It looks ribbed, just awful! I tried alot to solve this problem, editing things in Firefox and using @font-face in different ways, this is what I have now:
@font-face {
font-family: allura;
src: url(Fonts/allura-regular-webfont.woff) format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url(Fonts/allura-regular-webfont.ttf) format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face { |
font-family: arizonia;
src: url(Fonts/arizonia-regular-webfont.woff) format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url(Fonts/arizonia-regular-webfont.ttf) format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
I was wondering if anyone had some experience with this. It works in every browser but not in Firefox