How can I change default font?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #2235
    max
    Participant

    I want to change a difault font in the theme (eg. in the posts).
    Is that possible and how?
    Thanks.

    #2236
    incanorama
    Participant

    Here you have all, I did it few days ago, it works perfectly, but in French sorry.

    If you have any doubts on the trad, tell me!

    Si la police Existence Light te plait. Tu vas là :

    http://www.fontsquirrel.com/fonts/Existence-Light

    tu cliques sur @fontface kit et là dans choose a subset tu choisis Mac Roman (western languages) qui contient les accents chéris.

    Tu décompresses le zip et tu uploades son contenu dans le répertoire font qui se trouve dans le thème.
    Tu remarqueras qu’il y a un fichier stylesheet.css parmi eux.
    Tu l’ouvres et fait un copier.
    Tu ouvres le style.css du thème et cherche les propriétés font-face vegur. Tu les sélectionnes avec la souris et fais un collé pour les remplacer par existence.

    Ensuite tu cherches toujours dans le style.css le body dans lequel se trouve font-family:vegur; et tu remplaces vegur par ExistenceLight ou encore ExistenceUnicaseLight ou encore ExistenceStencilLight
    En fonction de celle qui te semble la plus adaptée pour ton blog.

    tu sauvegardes le style.css, and DONE! 10 minutes no more!!

    #2237
    bbouling
    Participant

    Hi incanorama,

    I did exactly what your procedure, doesn’t work.

    #2238
    bbouling
    Participant

    Hi incanorama,

    I did exactly what your procedure, doesn’t work.

    #2239
    bbouling
    Participant

    SOLVED for me

    in style.css careful, mention the correct path to your fonts
    [code]@font-face {
    font-family: ‘Ubuntu’;
    src: url(‘fonts/Ubuntu-Bold-webfont.eot’);
    src: url(‘fonts/Ubuntu-Bold-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/Ubuntu-Bold-webfont.woff’) format(‘woff’),
    url(‘fonts/Ubuntu-Bold-webfont.ttf’) format(‘truetype’),
    url(‘fonts/Ubuntu-Bold-webfont.svg#UbuntuBold’) format(‘svg’);
    font-weight: bold;
    font-style: normal;

    }[/code]

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

You must be logged in to reply to this topic.