/*!
Theme Name:    SkateTheme
Author:        Patrick Sarmiento
Author URI:    http://onlinediscovery.com.au
Description:   A WP Page Framework Child Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

/* Your custom code goes here! */


/* @import url('http://skateboard.onlinediscovery.com/wp-content/uploads/2019/07/VanPro-Regular3.ttf'); */

@font-face{
    font-family: Van;
    src: url('https://skateclub.ymca.org.au/wp-content/uploads/2019/07/VanPro-Regular3.ttf');
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Van', sans-serif;
    font-weight: normal;

}