Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rrcplus

    (@rrcplus)

    Ah oops. I thought it looked a bit odd.
    That seems to have done the trick though. May I ask what you changed exactly?

    al though I’m kind of afraid to remove the code from the style.css in fear of it not working again lol.

    Thread Starter rrcplus

    (@rrcplus)

    That doesn’t work either. ??
    I’ve tried adding <link rel="stylesheet" type="text/css" href="MyFontsWebfontsKit.css">
    to the header.php (cause the support person at myfonts said that generally this stuff is added in the header).
    I’ve opened up the styles.css and pasted @font-face and @import code directly in to the file and it still doesn’t work.

    I just don’t know anymore, perhaps I should just go with a Google Fonts font instead?

    Thread Starter rrcplus

    (@rrcplus)

    I added some google fonts to see if those would work, and they do work.
    I’ve added the code I showed you in the “CSS” section of WordPress under “appearance”.
    I changed the link to a link that actually exists, and the .TFF and woff and woff2 files have always been in that document. I’m not sure why they’re not visible.

    in my CSS section, I’m linking to:
    https://www.jacquelinemcquade.com/wp-content/fonts/2E32F5_0_0.eot which in fact does exist. So I’m not sure why these changes are not being implemented.

    to clarify, this is what I’m looking at:
    https://ariellafreinders.co.uk/fonts.jpg

    am I not supposed to do it in this section? I hope this somewhat explains my confusion.

    Thread Starter rrcplus

    (@rrcplus)

    The code I posted in my first post is the code that’s in my CSS.
    So I’m not entirely sure why you’re saying I didn’t link to any other font files?

    I changed the link locations, and all of these links exist, however it’s still not working.

    @font-face {
    	font-family: 'JamesPaul';
    	src: url('/wp-content/fonts/2E32F5_0_0.eot');
    	src: url('/wp-content/fonts/2E32F5_0_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/fonts/2E32F5_0_0.woff2') format('woff2'), url('/wp-content/fonts/2E32F5_0_0.woff') format('woff'), url('/wp-content/fonts/2E32F5_0_0.ttf') format("truetype");
    }

    Thread Starter rrcplus

    (@rrcplus)

    won’t they just require to www.ads-software.com then though?

Viewing 5 replies - 1 through 5 (of 5 total)