My own custom fonts | WordPress.org

[ad_1]

Hello,

I did this for my website today :

I use a line to function.php on my hello theme for disabled google fonts.

Now my question is , what i have to put to my code for get my own fonts ?
Because i did 4 fonts , one is called Handlee_v14 but i don’t see any change …

You can make a look here.

test fonts

Exemple to my code I did :

#cmplz-document { 
max-width: unset; 
}
#cmplz-document h2 {
    font-size: 1.5vw;
    font-family: 'courgette-v13';
    font-weight: bold;
    color:#007976;
    padding:50px 0 20px 0;
}
#cmplz-document .cmplz-subtitle {
    font-size: 1.2vw;
    font-family: 'courgette-v13';
    font-weight: bold;
    color:#B63355;
}
#cmplz-document, #cmplz-document p, #cmplz-document span, #cmplz-document li {
    font-family: 'handlee_v14';
    font-size: 0.9vw;
    color:#082065;
}
#cmplz-cookies-overview .cmplz-service-desc {
    font-family: 'handlee_v14';
    font-size: 0.9vw;
    background: #F8F9FA;
    color:#082065;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div {
    background-color: #F8F9FA;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title .cmplz-always-active {
    font-family: 'handlee_v14';
    font-size: 0.9vw;
    color:#082065;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-family: 'handlee_v14';
    font-size: 0.9vw;
    color:#082065;
}
#cmplz-cookies-overview .cmplz-dropdown summary h3,
#cmplz-document .cmplz-dropdown summary h3 {
 font-size:0.9vw;
}
#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p {
 font-size:0.9vw;
}

Thank you 🙂

Edit: Its work good with own custom … my own caches .. sorry !

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer