i am trying to use Bebas font in a website, but i think it's not working.
i see the website properly (but i have the local file) but i think other people don't...
in my css i have:
@font-face { font-family: 'BebasNeueRegular'; src: url('/_fonts/bebas_neue/BebasNeue-webfont.eot'); src: local('!'), url('/_fonts/bebas_neue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/bebas_neue/BebasNeue-webfont.woff') format('woff'), url('/_fonts/bebas_neue/BebasNeue-webfont.ttf') format('truetype'), url('/_fonts/bebas_neue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); font-weight: normal; font-style: normal; } and then, for instance: p { font-family:BebasNeueRegular; }
the webpage is here: http://dccf.site88.net/index.php
and the address (inside my root folder) for the font folder is: _fonts/bebas_neue/...
Why isn't it working? Any ideas?
Thank you
-
Ignore this please. I missed in my first reply that you are trying to use @font-face, and now of course I can't delete it. An 'orrible practice in my mind, which is why I know nothing at all about it.
It seems
I seem to be getting your desired font in both Firefox and Chrome, in both Win7 and my Linux boxes. It is a narrow, all caps font, no? Firebug says that's the font being used.
What makes you think it's not working?
cheers,
gary
Hi, thank you! that are good
Hi, thank you! that are good news.
i thought it wasn't working because yesterday a friend showed me the website on his iPad and it was displaying a different font.
Also, when i test my site HERE or HERE i see a different font.
=/
What is the best way to see how the website displays to other people, on different browsers and OSs?