/*
Theme Name: Hello Elementor Child
Theme URI: https://edendelices.com/
Description: Hello Elementor Child Theme
Author: Eden Delices
Author URL: https://edendelices.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/*je rajoute ici mon CSS personnalisé*/


/* exemple ajout de font: les poser à la racine de mon thème en .ttf pour éviter de les récupérer sur googlefont*/
/*
@font-face { font-family: ‘drop’; src: url(votrepolice1.ttf); }
@font-face { font-family: ‘droplight’; src: url(votrepolice2.ttf); }
@font-face { font-family: ‘susa’; src: url(votrepolice3.ttf); }
*/

/*appel de la police, exemple: mes titres*/
/*
h1, h2, h3{
    font-family: 'drop', Arial, sans-serif !important;
}
*/