/*
 Theme Name: Blocksy Child
 Theme URI: https://votre-site.com
 Description: Thème enfant du thème Blocksy
 Author: Anais Raynard
 Author URI: https://scalers.fr
 Template: blocksy
 Version: 1.0.0
 Text Domain: blocksy-child
*/

body {
    font-family: 'Lexend-SemiBold', Arial, sans-serif;
}

@font-face {
    font-family: "Lexend-SemiBold";
    src: url('.../wp-content/themes/blocksy-child/fonts/Lexend-SemiBold.ttf') format('truetype'), 
    url('.../wp-content/themes/blocksy-child/fonts/Lexend-SemiBold.woff2') format('woff2'), 
    url('.../wp-content/themes/blocksy-child/fonts/Lexend-SemiBold.woff') format('woff'),
    url('.../wp-content/themes/blocksy-child/fonts/Lexend-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
