Font on site title

Home Forums Education Mind Font on site title

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12077
    Anonymous
    Inactive

    Hello, I use Education mind free on the site https://yaoinformatique.be/
    I want to use a special font for the title of the site,
    I used the additional css (i have rename the font without dash, it is normal),
    @font-face{
    font-family:’capture-it’;
    src:url(../capture-it/Captureit.ttf);
    }
    .site-title { font: italic normal 28px ‘capture-it’; }

    it works on the pages of the first and second level but not for a third level page. I’m using a relative link and I tried a full link but that does not solve the problem
    please compare https://yaoinformatique.be/ms-office/word with https://yaoinformatique.be/ms-office/word/courrier-publipostage title’s font are different. What’s wrong ? where is the solution ?
    thanks

    #12083
    Axle Support
    Moderator

    Hi Yao,

    Have you uploaded Captureit font to the theme folder? If yes, please let us know the path of the folder where you have uploaded it.

    #12102
    Anonymous
    Inactive

    Hi,
    no, the path is indicated in my additional css code .
    do you see in my question src: url (../capture-it/Captureit.ttf);
    so the name folder is capture-it on the root of the site.
    It is a font from Google Font
    I don’t see where are the fonts in the theme only a folder named font-awesome
    a css statement is normally applied throughout the site. I do not understand why not on the 3rd level
    Thanks

    #12103
    Anonymous
    Inactive

    resolved, I retried to put the absolute path instead of the relative path in the additional css and this time it was taken into account. that work

    #12105
    Axle Support
    Moderator

    Hi Yao,

    Happy to know you fixed the issue yourself. Have a nice time ahead.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Font on site title’ is closed to new replies.