font-face not working – tried everything except the right thing
-
I’m beaten. I’ve tried everything, including changing the code, the directory, the url’s, nothing is working, double quotes, single quotes. I’m sure it something small and simple, but I can’t find it.
https://www.katedalytherapy.com
the header font should be a script font – HarabaraHand. Once that works I’ll figure out way the “raleway” font isn’t working on every browser.
Ideas, thoughts, advice, help greatly appreciated!!
k/* current css
@font-face {
font-family: ‘HarabaraHand’;
src: url(‘/wp-content/fonts/HarabaraHand.eot’);
src: url(‘/wp-content/fonts/HarabaraHand.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/fonts/HarabaraHand.woff’) format(‘woff’),
url(‘/wp-content/fonts/HarabaraHand.ttf’) format(‘truetype’),
url(‘/wp-content/fonts/HarabaraHand.svg#HarabaraHand’) format(‘svg’);
font-weight: normal;
font-style: normal;} */
- The topic ‘font-face not working – tried everything except the right thing’ is closed to new replies.