/*
Theme Name: ArtSpace - Child
Theme URI: https://harutheme.com/artspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of ArtSpace
Template: artspace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

@font-face {
    font-family: 'MyCustomFont';
    src: url('https://yutinglin.tw/wp-content/themes/artspace-child/fonts/jf-openhuninn-2.1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 全站字型套用 */
body, html, 
p, li, a, span, div,
h1, h2, h3, h4, h5, h6,
button, input, select, textarea,
.site-title, .site-description,
.woocommerce *,
.elementor *,
.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-button {
    font-family: 'MyCustomFont', sans-serif !important;
}




