/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
font-family: "Lilly"; /*Nom de votre font*/

src: url("fonts/Lilly.ttf"); /*Chemin d'accès à votre font*/

font-weight: normal; /*Largeur de la font*/

font-style: normal; /*Style de la font*/

}

@font-face {
font-family: "Urban"; /*Nom de votre font*/

src: url("fonts/Urban.ttf"); /*Chemin d'accès à votre font*/

font-weight: normal; /*Largeur de la font*/

font-style: normal; /*Style de la font*/

}



